 
      
    
      Solver for linear optimization problems using the interior point method
 
      
    
      Class representing a linear optimization problem which can be expressed in the following form: min c'x subject to Ax = b (or >=, <=) and x >= 0
 
      
    
      Abstract class extending Solver specific to solve linear optimization problems
 
      
    
      Enumeration to represent the constraint type of a linear optimization problem