Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dsetppclifting_leastinf.set9 constraints/setppc/addvariablesascliques = TRUE
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c140 …SCIP_Bool addvariablesascliques;/**< should we try to generate extra clique constraint… member
4981 if( conshdlrdata->nclqpresolve == 0 && conshdlrdata->addvariablesascliques ) in preprocessCliques()
9035 &conshdlrdata->addvariablesascliques, TRUE, DEFAULT_ADDVARIABLESASCLIQUES, NULL, NULL) ); in SCIPincludeConshdlrSetppc()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG3937 - `constraints/setppc/cliquelifting`, `constraints/setppc/addvariablesascliques`,