Base class of the Propagators Plugin. More...
Go to the source code of this file.
Classes | |
class | Prop |
Namespaces | |
pyscipopt.propagator | |
Functions | |
def | propexec (self, proptiming) |
def | propexit (self) |
def | propexitpre (self) |
def | propexitsol (self, restart) |
def | propfree (self) |
def | propinit (self) |
def | propinitpre (self) |
def | propinitsol (self) |
def | proppresol (self, nrounds, presoltiming, result_dict) |
def | propresprop (self, confvar, inferinfo, bdtype, relaxedbd) |
Variables | |
confvar = Variable.create(tmp) | |
propdata = SCIPpropGetData(prop) | |
PyProp = <Prop>propdata | |
dictionary | result_dict = {} |
def | returnvalues = PyProp.propexec(proptiming) |
tmp = infervar | |
Base class of the Propagators Plugin.
Definition in file propagator.pxi.