Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c4937 assert(lastclique != NULL); in preprocessCliques()
5239 *lastclique = MAX(*lastclique, c); in preprocessCliques()
5336 int lastclique, /**< last constraint to start to add cliques */ in addCliques() argument
5351 assert(lastclique <= nconss); in addCliques()
5352 assert(conss != NULL || ((nconss == 0) && (lastclique == 0))); in addCliques()
5355 for( c = firstclique; c < lastclique; ++c ) in addCliques()
8041 int lastclique; in SCIP_DECL_CONSPRESOL() local
8075 lastclique = -1; in SCIP_DECL_CONSPRESOL()
8190 lastclique = c; in SCIP_DECL_CONSPRESOL()
8240 lastclique = -1; in SCIP_DECL_CONSPRESOL()
[all …]
H A Dcons_linking.c2419 int lastclique; in SCIP_DECL_CONSPRESOL() local
2447 lastclique = -1; in SCIP_DECL_CONSPRESOL()
2721 lastclique = c; in SCIP_DECL_CONSPRESOL()
2726 for( c = firstclique; c < lastclique && !SCIPisStopped(scip); ++c ) in SCIP_DECL_CONSPRESOL()