Home
last modified time | relevance | path

Searched refs:SCIP_PRESOLTIMING_ALWAYS (Results 1 – 16 of 16) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_timing.h49 #define SCIP_PRESOLTIMING_ALWAYS (SCIP_PRESOLTIMING_FAST | SCIP_PRESOLTIMING_MEDIUM | SCIP_PRESOLTI… macro
H A Dprop_sync.c48 #define PROP_PRESOLTIMING SCIP_PRESOLTIMING_ALWAYS /* timing of the presolving method (fast, …
H A Dscip_prop.c130 name, desc, priority, freq, delay, timingmask, 0, -1, SCIP_PRESOLTIMING_ALWAYS, in SCIPincludePropBasic()
H A Dscip_cons.c197 SCIP_PROPTIMING_BEFORELP, SCIP_PRESOLTIMING_ALWAYS, in SCIPincludeConshdlrBasic()
H A Dcons_cumulative.c73 #define CONSHDLR_PRESOLTIMING SCIP_PRESOLTIMING_ALWAYS
13108 SCIP_CALL( presolveCons(scip, cons, conshdlrdata, SCIP_PRESOLTIMING_ALWAYS, in SCIP_DECL_CONSPROP()
13111 SCIP_CALL( presolveCons(scip, cons, conshdlrdata, SCIP_PRESOLTIMING_ALWAYS, in SCIP_DECL_CONSPROP()
13121 …SCIP_CALL( propagateCons(scip, cons, conshdlrdata, SCIP_PRESOLTIMING_ALWAYS, &nchgbds, &ndelconss,… in SCIP_DECL_CONSPROP()
13129 …SCIP_CALL( propagateCons(scip, conss[c], conshdlrdata, SCIP_PRESOLTIMING_ALWAYS, &nchgbds, &ndelco… in SCIP_DECL_CONSPROP()
H A Dcons_logicor.c72 #define CONSHDLR_PRESOLTIMING SCIP_PRESOLTIMING_ALWAYS
H A Dcons_xor.c93 #define CONSHDLR_PRESOLTIMING SCIP_PRESOLTIMING_ALWAYS
H A Dcons_soc.c93 #define CONSHDLR_PRESOLTIMING SCIP_PRESOLTIMING_ALWAYS /**< presolving timing of the constraint…
H A Dcons_setppc.c71 #define CONSHDLR_PRESOLTIMING SCIP_PRESOLTIMING_ALWAYS
H A Dcons_nonlinear.c102 #define CONSHDLR_PRESOLTIMING SCIP_PRESOLTIMING_ALWAYS /**< presolving timing of the con…
H A Dcons_knapsack.c83 #define CONSHDLR_PRESOLTIMING SCIP_PRESOLTIMING_ALWAYS
H A Dcons_quadratic.c114 #define CONSHDLR_PRESOLTIMING SCIP_PRESOLTIMING_ALWAYS /**< presolving timing of the con…
/dports/math/SCIP/scip-7.0.3/tests/include/
H A Dscip_test.c106 SCIP_PRESOLTIMING_ALWAYS, presolExecTest, NULL) ); in TESTscipSetStage()
/dports/math/SCIP/scip-7.0.3/tests/src/presol/
H A Dpresol.c106 …c(scip, &presol, "unittest", "presolver to test", 20010001, 20, SCIP_PRESOLTIMING_ALWAYS, presolEx… in setup()
/dports/math/SCIP/scip-7.0.3/tests/src/cons/
H A Dcons.c48 #define CONSHDLR_PRESOLTIMING SCIP_PRESOLTIMING_ALWAYS
/dports/math/SCIP/scip-7.0.3/applications/Scheduler/src/
H A Dcons_optcumulative.c2763 SCIP_CALL( SCIPpropCumulativeCondition(scip, SCIP_PRESOLTIMING_ALWAYS, nfixedones, vars, in propagateCons()