PySCIPOpt
Python Interface to the SCIP Optimization Suite
relax.pxi File Reference

Base class of the Relaxator Plugin. More...

Go to the source code of this file.

Classes

class  Relax
 

Functions

def relaxfree (self)
 
def relaxinit (self)
 
def relaxexit (self)
 
def relaxinitsol (self)
 
def relaxexitsol (self)
 
def relaxexec (self)
 

Variables

 relaxdata = SCIPrelaxGetData(relax)
 
 PyRelax = <Relax>relaxdata
 

Detailed Description

Base class of the Relaxator Plugin.

Definition in file relax.pxi.

Function Documentation

def pyscipopt.relax.relaxexec (   self)
callls execution method of relaxation handler

Definition at line 27 of file relax.pxi.

def pyscipopt.relax.relaxexit (   self)
calls exit method of relaxation handler

Definition at line 15 of file relax.pxi.

def pyscipopt.relax.relaxexitsol (   self)
informs relaxation handler that the branch and bound process data is being freed

Definition at line 23 of file relax.pxi.

def pyscipopt.relax.relaxfree (   self)
calls destructor and frees memory of relaxation handler

Definition at line 7 of file relax.pxi.

def pyscipopt.relax.relaxinit (   self)
initializes relaxation handler

Definition at line 11 of file relax.pxi.

def pyscipopt.relax.relaxinitsol (   self)
informs relaxaton handler that the branch and bound process is being started

Definition at line 19 of file relax.pxi.