PySCIPOpt  4.3.0
Python Interface for the SCIP Optimization Suite
pyscipopt.sepa Namespace Reference

Classes

class  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)
 

Function Documentation

◆ sepaexeclp()

def pyscipopt.sepa.sepaexeclp (   self)
calls LP separation method of separator

Definition at line 27 of file sepa.pxi.

◆ sepaexecsol()

def pyscipopt.sepa.sepaexecsol (   self,
  solution 
)
calls primal solution separation method of separator

Definition at line 31 of file sepa.pxi.

◆ sepaexit()

def pyscipopt.sepa.sepaexit (   self)
calls exit method of separator

Definition at line 15 of file sepa.pxi.

◆ sepaexitsol()

def pyscipopt.sepa.sepaexitsol (   self)
informs separator that the branch and bound process data is being freed

Definition at line 23 of file sepa.pxi.

◆ sepafree()

def pyscipopt.sepa.sepafree (   self)
calls destructor and frees memory of separator

Definition at line 7 of file sepa.pxi.

◆ sepainit()

def pyscipopt.sepa.sepainit (   self)
initializes separator

Definition at line 11 of file sepa.pxi.

◆ sepainitsol()

def pyscipopt.sepa.sepainitsol (   self)
informs separator that the branch and bound process is being started

Definition at line 19 of file sepa.pxi.

Variable Documentation

◆ PySepa

PySepa = <Sepa>sepadata

Definition at line 43 of file sepa.pxi.

◆ result_dict

def result_dict = PySepa.sepaexeclp()

Definition at line 80 of file sepa.pxi.

◆ sepadata

sepadata = SCIPsepaGetData(sepa)

Definition at line 42 of file sepa.pxi.

◆ solution

solution = Solution.create(scip, sol)

Definition at line 87 of file sepa.pxi.