Classes | |
| class | BoundChange |
| class | Column |
| class | Constraint |
| class | DomainChanges |
| class | Event |
| class | Model |
| class | NLRow |
| class | Node |
| class | PY_SCIP_BENDERSENFOTYPE |
| class | PY_SCIP_BRANCHDIR |
| class | PY_SCIP_EVENTTYPE |
| class | PY_SCIP_HEURTIMING |
| class | PY_SCIP_LPSOLSTAT |
| class | PY_SCIP_NODETYPE |
| class | PY_SCIP_PARAMEMPHASIS |
| class | PY_SCIP_PARAMSETTING |
| class | PY_SCIP_PRESOLTIMING |
| class | PY_SCIP_PROPTIMING |
| class | PY_SCIP_RESULT |
| class | PY_SCIP_ROWORIGINTYPE |
| class | PY_SCIP_STAGE |
| class | PY_SCIP_STATUS |
| class | Row |
| class | Solution |
| class | Statistics |
| class | Variable |
Functions | |
| def | is_memory_freed () |
| def | print_memory_in_use () |
Variables | |
| dictionary | EventNames = {} |
| int | MAJOR = 9 |
| int | MINOR = 0 |
| int | PATCH = 0 |
| dictionary | StageNames = {} |
| str_conversion = lambda x:bytes(x,'utf-8') | |