Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_event.h301 SCIP_RETCODE SCIPcatchRowEvent(
H A Dscip_event.c431 SCIP_RETCODE SCIPcatchRowEvent( in SCIPcatchRowEvent() function
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd578 SCIP_RETCODE SCIPcatchRowEvent(SCIP* scip,
H A Dscip.pyx4263 PY_SCIP_CALL(SCIPcatchRowEvent(self._scip, row.scip_row, eventtype, _eventhdlr, NULL, NULL))
H A Dscip.c126908 …__pyx_t_5 = __Pyx_PyInt_From_SCIP_RETCODE(SCIPcatchRowEvent(__pyx_v_self->_scip, __pyx_v_row->scip…
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5104 - changes in a row can now be catched via row events (SCIPcatchRowEvent(), SCIPdropRowEvent(),