Home
last modified time | relevance | path

Searched refs:duringprop (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_cons.h274 …SCIP_Bool duringprop; /**< is the constraint handler currently performing prop… member
H A Dcons.c1182 assert(!conshdlrAreUpdatesDelayed(conshdlr) || !conshdlr->duringprop); in conshdlrAddPropcons()
1233 assert(!conshdlrAreUpdatesDelayed(conshdlr) || !conshdlr->duringprop); in conshdlrDelPropcons()
2218 (*conshdlr)->duringprop = FALSE; in doConshdlrCreate()
3888 conshdlr->duringprop = TRUE; in SCIPconshdlrPropagate()
3910 conshdlr->duringprop = FALSE; in SCIPconshdlrPropagate()