Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c132 …int noldupgrs; /**< number of setppc constraints since the last clique … member
7282 conshdlrdata->noldupgrs = 0; in SCIP_DECL_CONSINIT()
8064 || conshdlrdata->noldcliques != SCIPgetNCliques(scip) || conshdlrdata->noldupgrs != nconss; in SCIP_DECL_CONSPRESOL()
8306 conshdlrdata->noldupgrs = nconss - (*ndelconss - startdelconss); in SCIP_DECL_CONSPRESOL()