PySCIPOpt  5.1.1
Python Interface for the SCIP Optimization Suite
sepa.pxi File Reference

Base class of the Separator Plugin. More...

Go to the source code of this file.

Classes

class  Sepa
 

Namespaces

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

Detailed Description

Base class of the Separator Plugin.

Definition in file sepa.pxi.