PySCIPOpt  5.1.1
Python Interface for 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
 

Namespaces

 pyscipopt.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()
 

Detailed Description

Base class of the Relaxator Plugin.

Definition in file relax.pxi.