Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c168 unsigned int catchevents:1; /**< are events installed for this constraint? */ member
573 (*consdata)->catchevents = FALSE; in consdataCreate()
1007 if( consdata->catchevents == TRUE ) in catchAllEvents()
1016 consdata->catchevents = TRUE; in catchAllEvents()
1035 if( consdata->catchevents == FALSE ) in dropAllEvents()
1044 consdata->catchevents = FALSE; in dropAllEvents()
1101 if( consdata->catchevents ) in addCoef()
1171 if( consdata->catchevents ) in delCoefPos()