Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_event.h76 #define SCIP_EVENTTYPE_IMPLADDED UINT64_C(0x000008000) /**< the variable's implication list… macro
122 … | SCIP_EVENTTYPE_GBDCHANGED | SCIP_EVENTTYPE_DOMCHANGED | SCIP_EVENTTYPE_IMPLADDED \
H A Devent.c817 (*event)->eventtype = SCIP_EVENTTYPE_IMPLADDED; in SCIPeventCreateImplAdded()
1088 case SCIP_EVENTTYPE_IMPLADDED: in SCIPeventGetVar()
1156 case SCIP_EVENTTYPE_IMPLADDED: in SCIPeventChgVar()
1751 case SCIP_EVENTTYPE_IMPLADDED: in SCIPeventProcess()
2445 case SCIP_EVENTTYPE_IMPLADDED: in SCIPeventqueueAdd()
2536 else if( (event->eventtype & SCIP_EVENTTYPE_IMPLADDED) != 0 ) in SCIPeventqueueProcess()
H A Dcons_quadratic.c501 eventtype |= SCIP_EVENTTYPE_IMPLADDED; in catchQuadVarEvents()
546 eventtype |= SCIP_EVENTTYPE_IMPLADDED; in dropQuadVarEvents()
1168 if( eventtype & SCIP_EVENTTYPE_IMPLADDED ) in SCIP_DECL_EVENTEXEC()
H A Dcons_knapsack.c92 … | SCIP_EVENTTYPE_IMPLADDED /**< variable events that should be caught by the event handler */
13262 …case SCIP_EVENTTYPE_IMPLADDED: /* further preprocessing might be possible due to additional implic… in SCIP_DECL_EVENTEXEC()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd215 SCIP_EVENTTYPE_IMPLADDED = 0x00008000u
H A Dscip.pyx176 IMPLADDED = SCIP_EVENTTYPE_IMPLADDED
H A Dscip.c160059 …__pyx_t_6 = __Pyx_PyInt_From_SCIP_EVENTTYPE(SCIP_EVENTTYPE_IMPLADDED); if (unlikely(!__pyx_t_6)) _…
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG7052 - new event `SCIP_EVENTTYPE_IMPLADDED`