Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dindicatorlogicorsepa.set29 constraints/indicator/useobjectivecut = TRUE
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_indicator.c389 …SCIP_Bool useobjectivecut; /**< Use objective cut with current best solution to alt… member
2564 if ( ! conshdlrdata->useobjectivecut ) in updateObjUpperbound()
7362 &conshdlrdata->useobjectivecut, TRUE, DEFAULT_USEOBJECTIVECUT, NULL, NULL) ); in SCIPincludeConshdlrIndicator()