Home
last modified time | relevance | path

Searched refs:SCIP_PROPTIMING_ALWAYS (Results 1 – 10 of 10) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_timing.h63 #define SCIP_PROPTIMING_ALWAYS (SCIP_PROPTIMING_BEFORELP | SCIP_PROPTIMING_DURINGLPLOOP | SCIP_PROP… macro
H A Dprop_sync.c45 #define PROP_TIMING SCIP_PROPTIMING_ALWAYS /**< propagation timing mask */
H A Dprop.c208 …IMING_BEFORELP, SCIP_PROPTIMING_DURINGLPLOOP, SCIP_PROPTIMING_AFTERLPLOOP, SCIP_PROPTIMING_ALWAYS); in doPropCreate()
210 …), TRUE, (int) timingmask, (int) SCIP_PROPTIMING_BEFORELP, (int) SCIP_PROPTIMING_ALWAYS, NULL, NUL… in doPropCreate()
H A Dscip_probing.c634 SCIPgetDepth(scip), maxproprounds, SCIP_PROPTIMING_ALWAYS, cutoff) ); in SCIPpropagateProbing()
H A Ddebug.c1951SCIP_PROPTIMING_ALWAYS, 99999999, 0, SCIP_PRESOLTIMING_FAST, NULL, NULL, NULL, NULL, NULL, NULL, N… in SCIPdebugIncludeProp()
H A Dprop_genvbounds.c60 #define PROP_TIMING SCIP_PROPTIMING_ALWAYS
H A Dcons.c2233 …IMING_BEFORELP, SCIP_PROPTIMING_DURINGLPLOOP, SCIP_PROPTIMING_AFTERLPLOOP, SCIP_PROPTIMING_ALWAYS); in doConshdlrCreate()
2235 …), TRUE, (int) proptiming, (int) SCIP_PROPTIMING_BEFORELP, (int) SCIP_PROPTIMING_ALWAYS, NULL, NUL… in doConshdlrCreate()
H A Dprop_symmetry.c3595 …SCIP_CALL( SCIPpresolCons(scip, propdata->genconss[i], nrounds, SCIP_PROPTIMING_ALWAYS, nnewfixedv… in SCIP_DECL_PROPPRESOL()
H A Dcons_abspower.c88 #define CONSHDLR_PROP_TIMING SCIP_PROPTIMING_ALWAYS /**< when should the constraint handlers prop…
H A Dtree.c1388 … eventqueue, conflict, cliquetable, SCIPnodeGetDepth(node), 0, SCIP_PROPTIMING_ALWAYS, cutoff) ); in nodeRepropagate()