Base class of the Cutsel Plugin. More...
Go to the source code of this file.
Classes | |
| class | Cutsel |
Namespaces | |
| pyscipopt.cutsel | |
Functions | |
| def | cutselexit (self) |
| def | cutselexitsol (self) |
| def | cutselfree (self) |
| def | cutselinit (self) |
| def | cutselinitsol (self) |
| def | cutselselect (self, cuts, forcedcuts, root, maxnselectedcuts) |
Variables | |
| cutseldata = SCIPcutselGetData(cutsel) | |
| list | pycuts = [Row.create(cuts[i]) for i in range(ncuts)] |
| PyCutsel = <Cutsel>cutseldata | |
| list | pyforcedcuts = [Row.create(forcedcuts[i]) for i in range(nforcedcuts)] |
| def | result_dict = PyCutsel.cutselselect(pycuts, pyforcedcuts, root, maxnselectedcuts) |
Base class of the Cutsel Plugin.
Definition in file cutsel.pxi.