Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c4133 int nvarstostay; in checkForOverlapping() local
4158 nvarstostay = nvars; in checkForOverlapping()
4169 nvarstostay = nvars1; in checkForOverlapping()
4182 for( v = nvarstostay - 1, v1 = nvarstochange - 1; v >= 0 && v1 >= 0; ) in checkForOverlapping()