Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c8098 SCIP_RETCODE detectRedundantVars( in detectRedundantVars() function
9402 SCIP_CALL( detectRedundantVars(scip, cons, ndelconss, nchgcoefs, nchgsides, naddconss) ); in simplifyInequalities()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG4248 …- new presolving step in cons_knapsack (detectRedundantVars, deleteRedundantVars) which determines…