Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_event.h108 #define SCIP_EVENTTYPE_SYNC UINT64_C(0x400000000) /**< synchronization event */ macro
H A Dconcsolver_scip.c111 …SCIP_CALL( SCIPcatchEvent(scip, SCIP_EVENTTYPE_SYNC, eventhdlr, NULL, &eventhdlrdata->filterpos) ); in SCIP_DECL_EVENTINIT()
133 … SCIP_CALL( SCIPdropEvent(scip, SCIP_EVENTTYPE_SYNC, eventhdlr, NULL, eventhdlrdata->filterpos) ); in SCIP_DECL_EVENTEXIT()
H A Devent.c483 (*event)->eventtype = SCIP_EVENTTYPE_SYNC; in SCIPeventCreateSync()
1606 case SCIP_EVENTTYPE_SYNC: /*lint !e30 !e142*/ in SCIPeventProcess()
2301 case SCIP_EVENTTYPE_SYNC: /*lint !e30 !e142*/ in SCIPeventqueueAdd()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd232 SCIP_EVENTTYPE_SYNC = 0x100000000u
H A Dscip.pyx194 SYNC = SCIP_EVENTTYPE_SYNC
H A Dscip.c160293 …__pyx_t_6 = __Pyx_PyInt_From_SCIP_EVENTTYPE(SCIP_EVENTTYPE_SYNC); if (unlikely(!__pyx_t_6)) __PYX_…