Uses of Package
at.dms.kjc.linprog

Packages that use at.dms.kjc.linprog
at.dms.kjc.linprog Provides a programmatic interface to various linear programming solvers. 
 

Classes in at.dms.kjc.linprog used by at.dms.kjc.linprog
CPLEXSolve
          Solver that uses CPLEX.
LinearProgram
          A generic inteface to a linear programming package.
LinearProgramSolver
           
LPSolverFailedException
           
MPSWriter
          Writes an MPS representation of a linear program.
RMISolver
           
SimpleLinearProgram
          A simple implementation of the LinearProgram interface; keeps track of all the information that has been passed in with local fields.