Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_linear.c305 …SCIP_Bool detectlowerbound; /**< should presolving try to detect constraints paralle… member
10301 (nvars == nobjvars && (!conshdlrdata->detectcutoffbound || !conshdlrdata->detectlowerbound)) ) in checkPartialObjective()
10447 if( conshdlrdata->detectlowerbound && lhsfinite ) in checkParallelObjective()
10459 if( (conshdlrdata->detectcutoffbound && (conshdlrdata->detectlowerbound || !lhsfinite)) || in checkParallelObjective()
10460 (conshdlrdata->detectlowerbound && !rhsfinite) ) in checkParallelObjective()
10469 if( conshdlrdata->detectlowerbound && rhsfinite ) in checkParallelObjective()
10493 if( (conshdlrdata->detectcutoffbound && (conshdlrdata->detectlowerbound || !rhsfinite)) || in checkParallelObjective()
10494 (conshdlrdata->detectlowerbound && !lhsfinite) ) in checkParallelObjective()
17637 &conshdlrdata->detectlowerbound, TRUE, DEFAULT_DETECTLOWERBOUND, NULL, NULL) ); in SCIPincludeConshdlrLinear()
H A Dcons_knapsack.c199 …SCIP_Bool detectlowerbound; /**< should presolving try to detect constraints paralle… member
6952 else if( SCIPisNegative(scip, scale) && conshdlrdata->detectlowerbound ) in checkParallelObjective()
13408 &conshdlrdata->detectlowerbound, TRUE, DEFAULT_DETECTLOWERBOUND, NULL, NULL) ); in SCIPincludeConshdlrKnapsack()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG3181 …nstraints/{linear,knapsack}/detectcutoffbound` and `constraints/{linear,knapsack}/detectlowerbound`