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

Base class of the Pricers Plugin. More...

Go to the source code of this file.

Classes

class  Pricer
 

Namespaces

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

Detailed Description

Base class of the Pricers Plugin.

Definition in file pricer.pxi.