Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dupgdcardinality.set5 constraints/knapsack/upgdcardinality = TRUE
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c207 …SCIP_Bool upgdcardinality; /**< if TRUE then try to update knapsack constraints to … member
12683 …if ( ! cutoff && conshdlrdata->upgdcardinality && (presoltiming & SCIP_PRESOLTIMING_EXHAUSTIVE) !=… in SCIP_DECL_CONSPRESOL()
13422 &conshdlrdata->upgdcardinality, TRUE, DEFAULT_UPGDCARDINALITY, NULL, NULL) ); in SCIPincludeConshdlrKnapsack()