Base class of the Separator Plugin. More...
Go to the source code of this file.
Classes | |
class | Sepa |
Namespaces | |
pyscipopt.sepa | |
Functions | |
def | sepaexeclp (self) |
def | sepaexecsol (self, solution) |
def | sepaexit (self) |
def | sepaexitsol (self) |
def | sepafree (self) |
def | sepainit (self) |
def | sepainitsol (self) |
Variables | |
PySepa = <Sepa>sepadata | |
def | result_dict = PySepa.sepaexeclp() |
sepadata = SCIPsepaGetData(sepa) | |
solution = Solution.create(scip, sol) | |
Base class of the Separator Plugin.
Definition in file sepa.pxi.