holding functions in python that reference the SCIP public functions included in scip.pxd More...
Go to the source code of this file.
Classes | |
| class | BoundChange |
| class | Column |
| class | Constraint |
| class | DomainChanges |
| class | Event |
| class | Model |
| class | NLRow |
| class | Node |
| class | Row |
| class | Solution |
| class | Statistics |
| class | Variable |
Namespaces | |
| pyscipopt.scip | |
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') | |
holding functions in python that reference the SCIP public functions included in scip.pxd
Definition in file scip.pxi.