Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c3511 SCIP_Bool overlapdestroyed; in checkForOverlapping() local
3555 overlapdestroyed = FALSE; in checkForOverlapping()
3606 if( !overlapdestroyed && countofoverlapping[c] == nvars - consdata->nfixedzeros ) in checkForOverlapping()
3773 …else if( (!overlapdestroyed && countofoverlapping[c] + consdata1->nfixedzeros == nvars1) || counto… in checkForOverlapping()
3927 overlapdestroyed = TRUE; in checkForOverlapping()
4123 …else if( shrinking && !overlapdestroyed && countofoverlapping[c] > 1 && ((consdata->setppctype == … in checkForOverlapping()