Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c130 …int noldimpls; /**< number of implication before last clique lifting ru… member
7280 conshdlrdata->noldimpls = 0; in SCIP_DECL_CONSINIT()
8063 …|| conshdlrdata->noldfixedvars != SCIPgetNFixedVars(scip) || conshdlrdata->noldimpls != SCIPgetNIm… in SCIP_DECL_CONSPRESOL()
8068 conshdlrdata->noldimpls = SCIPgetNImplications(scip); in SCIP_DECL_CONSPRESOL()