Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dreduce_bnd.c1165 int realterm; in findDaRoots() local
1171 if( rerun && nodearrchar[realterm] ) in findDaRoots()
1179 roots[nroots++] = realterm; in findDaRoots()
1180 nodearrchar[realterm] = TRUE; in findDaRoots()
1193 int realterm = -1; in findDaRoots() local
1206 if( rerun && nodearrchar[realterm] ) in findDaRoots()
1209 assert(realterm >= 0); in findDaRoots()
1211 assert(realterm != root); in findDaRoots()
1213 assert(graph->mark[realterm]); in findDaRoots()
1220 roots[nroots++] = realterm; in findDaRoots()
[all …]