Home
last modified time | relevance | path

Searched refs:SCIP_PROPTIMING_BEFORELP (Results 1 – 25 of 50) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_timing.h56 #define SCIP_PROPTIMING_BEFORELP 0x001u /**< call propagator before LP is solved */ macro
63 #define SCIP_PROPTIMING_ALWAYS (SCIP_PROPTIMING_BEFORELP | SCIP_PROPTIMING_DURINGLPLOOP | SCIP_PROP…
H A Dprop_xyz.c34 #define PROP_TIMING SCIP_PROPTIMING_BEFORELP/**< propagation timing mask */
H A Dprop_dualfix.c41 #define PROP_TIMING SCIP_PROPTIMING_BEFORELP
H A Dcons_xyz.c46 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP /**< propagation timing mask of the const…
H A Dprop.c208SCIP_PROPTIMING_BEFORELP, SCIP_PROPTIMING_DURINGLPLOOP, SCIP_PROPTIMING_AFTERLPLOOP, SCIP_PROPTIMI… in doPropCreate()
210 …(int*)(&(*prop)->timingmask), TRUE, (int) timingmask, (int) SCIP_PROPTIMING_BEFORELP, (int) SCIP_P… in doPropCreate()
H A Dprop_rootredcost.c63 #define PROP_TIMING SCIP_PROPTIMING_BEFORELP | SCIP_PROPTIMING_AFTERLPLOOP
H A Dcons_disjunction.c59 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP
H A Dcons_or.c77 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP /**< propagation timing mask of t…
H A Dscip_cons.c197 SCIP_PROPTIMING_BEFORELP, SCIP_PRESOLTIMING_ALWAYS, in SCIPincludeConshdlrBasic()
H A Dcons_orbisack.c80 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP
H A Dcons_superindicator.c77 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP /**< propagation timing mask of t…
H A Dcons_symresack.c89 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP
H A Dcons_sos2.c113 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP
H A Dcons_components.c72 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP /**< propagation timing mask of the const…
H A Dprop_vbounds.c104 #define PROP_TIMING SCIP_PROPTIMING_BEFORELP | SCIP_PROPTIMING_AFTERLPLOOP
H A Dprop_pseudoobj.c61 #define PROP_TIMING SCIP_PROPTIMING_BEFORELP | SCIP_PROPTIMING_DURINGLPLOOP | SCIP_PROP…
H A Dcons_orbitope.c134 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP /**< propagation timing mask of t…
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/heuristics/
H A Dcons_rowcuts.cpp382 SCIP_PROPTIMING_BEFORELP, SCIP_PRESOLTIMING_NONE, in SCIPincludeConshdlrRowcuts()
399 SCIP_PROPTIMING_BEFORELP, SCIP_PRESOLTIMING_NONE, in SCIPincludeConshdlrRowcuts()
416 SCIP_PROPTIMING_BEFORELP, in SCIPincludeConshdlrRowcuts()
433 SCIP_PROPTIMING_BEFORELP, in SCIPincludeConshdlrRowcuts()
/dports/math/SCIP/scip-7.0.3/examples/TSP/src/
H A DConshdlrSubtour.h42 FALSE, FALSE, TRUE, SCIP_PROPTIMING_BEFORELP, SCIP_PRESOLTIMING_FAST) in ConshdlrSubtour()
/dports/math/SCIP/scip-7.0.3/tests/src/cons/
H A Dcons.c43 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP /**< propagation timing mask of the con…
695 cr_assert_eq(SCIPconshdlrGetPropTiming(conshdlr), SCIP_PROPTIMING_BEFORELP); in Test()
/dports/math/SCIP/scip-7.0.3/examples/Binpacking/src/
H A Dcons_samediff.c50 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP
/dports/math/SCIP/scip-7.0.3/applications/Ringpacking/src/
H A Dcons_rpa.c54 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP /**< propagation timing mask of the const…
/dports/math/SCIP/scip-7.0.3/applications/Coloring/src/
H A Dcons_storeGraph.c81 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP
/dports/math/SCIP/scip-7.0.3/examples/LOP/src/
H A Dcons_lop.c50 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dcons_stp.c89 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_BEFORELP

12