Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_logicor.c2776 SCIP_RETCODE prepareCons( in prepareCons() function
2945 …SCIP_CALL( prepareCons(scip, cons, eventhdlr, entries, nentries, &redundant, nfixedvars, nchgcoefs… in removeRedundantConssAndNonzeros()
3190 …SCIP_CALL( prepareCons(scip, cons, eventhdlr, entries, nentries, &redundant, nfixedvars, nchgcoefs… in shortenConss()
3396 …SCIP_CALL( prepareCons(scip, cons, eventhdlr, entries, nentries, &redundant, nfixedvars, nchgcoefs… in removeConstraintsDueToNegCliques()
H A Dcons_knapsack.c9220 SCIP_RETCODE prepareCons( in prepareCons() function
9389 SCIP_CALL( prepareCons(scip, cons, nfixedvars, ndelconss, nchgcoefs) ); in simplifyInequalities()