Event API#
- class pyscipopt.scip.Event#
Base class holding a pointer to corresponding SCIP_EVENT.
- getName()#
Gets name of event.
- Return type:
str
- getNewBound()#
Gets new bound for a bound change event.
- Return type:
float
- getOldBound()#
Gets old bound for a bound change event.
- Return type:
float
- getType()#
Gets type of event.
- Return type:
PY_SCIP_EVENTTYPE