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

Classes

class  Pricer
 

Functions

def pricerexit (self)
 
def pricerexitsol (self)
 
def pricerfarkas (self)
 
def pricerfree (self)
 
def pricerinit (self)
 
def pricerinitsol (self)
 
def pricerredcost (self)
 

Variables

 pricerdata = SCIPpricerGetData(pricer)
 
 PyPricer = <Pricer>pricerdata
 
def result_dict = PyPricer.pricerredcost()
 

Function Documentation

◆ pricerexit()

def pyscipopt.pricer.pricerexit (   self)
calls exit method of variable pricer

Definition at line 14 of file pricer.pxi.

◆ pricerexitsol()

def pyscipopt.pricer.pricerexitsol (   self)
informs variable pricer that the branch and bound process data is being freed

Definition at line 22 of file pricer.pxi.

◆ pricerfarkas()

def pyscipopt.pricer.pricerfarkas (   self)
calls Farkas pricing method of variable pricer

Definition at line 31 of file pricer.pxi.

◆ pricerfree()

def pyscipopt.pricer.pricerfree (   self)
calls destructor and frees memory of variable pricer 

Definition at line 6 of file pricer.pxi.

◆ pricerinit()

def pyscipopt.pricer.pricerinit (   self)
initializes variable pricer

Definition at line 10 of file pricer.pxi.

◆ pricerinitsol()

def pyscipopt.pricer.pricerinitsol (   self)
informs variable pricer that the branch and bound process is being started 

Definition at line 18 of file pricer.pxi.

◆ pricerredcost()

def pyscipopt.pricer.pricerredcost (   self)
calls reduced cost pricing method of variable pricer

Definition at line 26 of file pricer.pxi.

Variable Documentation

◆ pricerdata

pricerdata = SCIPpricerGetData(pricer)

Definition at line 42 of file pricer.pxi.

◆ PyPricer

PyPricer = <Pricer>pricerdata

Definition at line 43 of file pricer.pxi.

◆ result_dict

def result_dict = PyPricer.pricerredcost()

Definition at line 80 of file pricer.pxi.