PySCIPOpt  5.1.1
Python Interface for the SCIP Optimization Suite
pyscipopt.relax Namespace Reference

Classes

class  Relax
 

Functions

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

Variables

 PyRelax = <Relax>relaxdata
 
 relaxdata = SCIPrelaxGetData(relax)
 
def result_dict = PyRelax.relaxexec()
 

Function Documentation

◆ relaxexec()

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

Definition at line 27 of file relax.pxi.

◆ relaxexit()

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

Definition at line 15 of file relax.pxi.

◆ relaxexitsol()

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.

◆ relaxfree()

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

Definition at line 7 of file relax.pxi.

◆ relaxinit()

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

Definition at line 11 of file relax.pxi.

◆ relaxinitsol()

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.

Variable Documentation

◆ PyRelax

PyRelax = <Relax>relaxdata

Definition at line 39 of file relax.pxi.

◆ relaxdata

relaxdata = SCIPrelaxGetData(relax)

Definition at line 38 of file relax.pxi.

◆ result_dict

def result_dict = PyRelax.relaxexec()

Definition at line 76 of file relax.pxi.