Home
last modified time | relevance | path

Searched refs:dualpresolving (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_and.c150 SCIP_Bool dualpresolving; /**< should dual presolving be performed? */ member
4548 …if( conshdlrdata->dualpresolving && !cutoff && !SCIPisStopped(scip) && SCIPallowStrongDualReds(sci… in SCIP_DECL_CONSPRESOL()
4991 &conshdlrdata->dualpresolving, TRUE, DEFAULT_DUALPRESOLVING, NULL, NULL) ); in SCIPincludeConshdlrAnd()
H A Dcons_setppc.c146 SCIP_Bool dualpresolving; /**< should dual presolving steps be performed? */ member
8172 if( conshdlrdata->dualpresolving && SCIPallowStrongDualReds(scip) ) in SCIP_DECL_CONSPRESOL()
8211 || (conshdlrdata->dualpresolving && SCIPallowStrongDualReds(scip) in SCIP_DECL_CONSPRESOL()
8214 …( removeDoubleAndSingletonsAndPerformDualpresolve(scip, conss, nconss, conshdlrdata->dualpresolving in SCIP_DECL_CONSPRESOL()
9027 &conshdlrdata->dualpresolving, TRUE, DEFAULT_DUALPRESOLVING, NULL, NULL) ); in SCIPincludeConshdlrSetppc()
H A Dcons_logicor.c117 SCIP_Bool dualpresolving; /**< should dual presolving steps be performed? */ member
4540 if( conshdlrdata->dualpresolving && SCIPallowStrongDualReds(scip) ) in SCIP_DECL_CONSPRESOL()
5183 &conshdlrdata->dualpresolving, TRUE, DEFAULT_DUALPRESOLVING, NULL, NULL) ); in SCIPincludeConshdlrLogicor()
H A Dcons_knapsack.c194 SCIP_Bool dualpresolving; /**< should dual presolving steps be performed? */ member
12610 …if( conshdlrdata->dualpresolving && SCIPallowStrongDualReds(scip) && (presoltiming & SCIP_PRESOLTI… in SCIP_DECL_CONSPRESOL()
13396 &conshdlrdata->dualpresolving, TRUE, DEFAULT_DUALPRESOLVING, NULL, NULL) ); in SCIPincludeConshdlrKnapsack()
H A Dcons_linear.c295 SCIP_Bool dualpresolving; /**< should dual presolving steps be performed? */ member
16459 …if( !cutoff && SCIPconsIsActive(cons) && conshdlrdata->dualpresolving && SCIPallowStrongDualReds(s… in SCIP_DECL_CONSPRESOL()
16593 if( conshdlrdata->dualpresolving && SCIPallowStrongDualReds(scip) && !SCIPisStopped(scip) ) in SCIP_DECL_CONSPRESOL()
17614 &conshdlrdata->dualpresolving, TRUE, DEFAULT_DUALPRESOLVING, NULL, NULL) ); in SCIPincludeConshdlrLinear()
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG3933 - `constraints/and/dualpresolving` by default set to TRUE, enabling dual-presolving on and-constrai…
5305 - `constraints/knapsack/dualpresolving` to switch dualpresolving on/off inside the knapsack constra…
6063 - `constraints/linear/dualpresolving` to disable dual presolving step in the linear constraint hand…