Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtype_event.h101 #define SCIP_EVENTTYPE_ROWADDEDLP UINT64_C(0x020000000) /**< a row has been added to the LP … macro
140 … (SCIP_EVENTTYPE_ROWADDEDSEPA | SCIP_EVENTTYPE_ROWDELETEDSEPA | SCIP_EVENTTYPE_ROWADDEDLP | SCIP_E…
H A Devent.c897 (*event)->eventtype = SCIP_EVENTTYPE_ROWADDEDLP; in SCIPeventCreateRowAddedLP()
1411 case SCIP_EVENTTYPE_ROWADDEDLP: in SCIPeventGetRow()
1601 case SCIP_EVENTTYPE_ROWADDEDLP: in SCIPeventProcess()
2296 case SCIP_EVENTTYPE_ROWADDEDLP: /* @todo remove previous DELETEDLP event */ in SCIPeventqueueAdd()
H A Dlp.c9548 if( (eventfilter->len > 0 && (eventfilter->eventmask & SCIP_EVENTTYPE_ROWADDEDLP) != 0) ) in SCIPlpAddRow()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd227 SCIP_EVENTTYPE_ROWADDEDLP = 0x08000000u
H A Dscip.pyx189 ROWADDEDLP = SCIP_EVENTTYPE_ROWADDEDLP
H A Dscip.c160228 …__pyx_t_6 = __Pyx_PyInt_From_SCIP_EVENTTYPE(SCIP_EVENTTYPE_ROWADDEDLP); if (unlikely(!__pyx_t_6)) …
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5077 …(`SCIP_EVENTTYPE_ROWADDEDSEPA`, `SCIP_EVENTTYPE_ROWDELETEDSEPA`, `SCIP_EVENTTYPE_ROWADDEDLP`, `SCI…