Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_linear.c13259 SCIP_CONS* consdel; in detectRedundantConstraints() local
13263 consdel = parallelconss[i]; in detectRedundantConstraints()
13264 consdatadel = SCIPconsGetData(consdel); in detectRedundantConstraints()
13266 assert(SCIPconsIsActive(consdel)); in detectRedundantConstraints()
13267 assert(!SCIPconsIsModifiable(consdel)); in detectRedundantConstraints()
13303 SCIPdebugPrintCons(scip, consdel, NULL); in detectRedundantConstraints()
13331 SCIP_CALL( SCIPdelCons(scip, consdel) ); in detectRedundantConstraints()
13679 SCIP_CONS* consdel; in preprocessConstraintPairs() local
13725 consdel = cons0; in preprocessConstraintPairs()
13736 consdel = cons1; in preprocessConstraintPairs()
[all …]
H A Dcons_knapsack.c11496 SCIP_CONS* consdel; in detectRedundantConstraints() local
11521 consdel = cons1; in detectRedundantConstraints()
11524 SCIP_CALL( SCIPhashtableRemove(hashtable, (void*) consdel) ); in detectRedundantConstraints()
11530 consdel = cons0; in detectRedundantConstraints()
11534 SCIP_CALL( SCIPupdateConsFlags(scip, consstay, consdel) ); in detectRedundantConstraints()
11537 SCIP_CALL( SCIPdelCons(scip, consdel) ); in detectRedundantConstraints()