Home
last modified time | relevance | path

Searched refs:lowthreshold (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_redvub.c68 SCIP_Real* lowthreshold, /**< low switching threshold */ in isVub() argument
81 assert(lowthreshold != NULL); in isVub()
122 *lowthreshold = SCIPmatrixGetRowLhs(matrix, row) / val1; in isVub()
132 *lowthreshold = SCIPmatrixGetRowLhs(matrix, row) / val2; in isVub()
162 assert(lowthreshold != NULL); in isVlb()
203 *lowthreshold = SCIPmatrixGetRowLhs(matrix, row) / val1; in isVlb()
213 *lowthreshold = SCIPmatrixGetRowLhs(matrix, row) / val2; in isVlb()
486 SCIP_Real lowthreshold; in findVarAggrRedVbcons() local
494 lowthresholds[nvbcons] = lowthreshold; in findVarAggrRedVbcons()
514 SCIP_Real lowthreshold; in findVarAggrRedVbcons() local
[all …]