Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_and.c3350 SCIP_RETCODE detectRedundantConstraints( in detectRedundantConstraints() function
4577 …SCIP_CALL( detectRedundantConstraints(scip, SCIPblkmem(scip), conss, nconss, &firstchange, &cutoff… in SCIP_DECL_CONSPRESOL()
H A Dcons_logicor.c1937 SCIP_RETCODE detectRedundantConstraints( in detectRedundantConstraints() function
4584 …SCIP_CALL( detectRedundantConstraints(scip, SCIPblkmem(scip), conss, nconss, &firstchange, ndelcon… in SCIP_DECL_CONSPRESOL()
H A Dcons_xor.c3650 SCIP_RETCODE detectRedundantConstraints( in detectRedundantConstraints() function
5307 …SCIP_CALL( detectRedundantConstraints(scip, SCIPblkmem(scip), conss, nconss, &firstchange, nchgcoe… in SCIP_DECL_CONSPRESOL()
H A Dcons_setppc.c6272 SCIP_RETCODE detectRedundantConstraints( in detectRedundantConstraints() function
8201 …SCIP_CALL( detectRedundantConstraints(scip, SCIPblkmem(scip), conss, nconss, &firstchange, ndelcon… in SCIP_DECL_CONSPRESOL()
H A Dcons_knapsack.c11437 SCIP_RETCODE detectRedundantConstraints( in detectRedundantConstraints() function
12633 …SCIP_CALL( detectRedundantConstraints(scip, SCIPblkmem(scip), conss, nconss, &cutoff, ndelconss) ); in SCIP_DECL_CONSPRESOL()
H A Dcons_linear.c13184 SCIP_RETCODE detectRedundantConstraints( in detectRedundantConstraints() function
16520 …SCIP_CALL( detectRedundantConstraints(scip, SCIPblkmem(scip), conss, nconss, &firstchange, &cutoff, in SCIP_DECL_CONSPRESOL()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG2669 …- fix potential memory leak in method detectRedundantConstraints() of the knapsack constraint hand…
5424 …- fixed bug in cons_linear.c in detectRedundantConstraints() and corrected old bug fix in SCIProwC…
5634 …- detectRedundantConstraints() in cons_xor.c and necessary hash-functions for fast pairwise presol…