LP_exact
index
/home/hennich/.tmp/POEM/python/LP_exact.py

Define constants and basic functions.

 
Modules
       
cdd
math
numpy
subprocess
sympy

 
Classes
       
builtins.object
LP

 
class LP(builtins.object)
    Class to solve an LP exactly.
 
  Methods defined here:
__init__(self, A, b, c=None, box=None)
Initialize self.  See help(type(self)) for accurate signature.
solve_cdd(self)
Solve the LP via cdd.
solve_soplex(self)
Solve the LP: min c*x s.t. A*x = b, x >= 0.

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
LP_solve_exact(A, b, c=None, box=None)
get_box(value, digits)