Uses of Interface
at.dms.kjc.linprog.LinearProgram

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

Uses of LinearProgram in at.dms.kjc.linprog
 

Subinterfaces of LinearProgram in at.dms.kjc.linprog
 interface LinearProgramSolver
           
 

Classes in at.dms.kjc.linprog that implement LinearProgram
 class CPLEXSolve
          Solver that uses CPLEX.
 class GLPKSolve
          This is an integer linear program solver based on GLPK.
 class LPSolve
          This is an integer linear program solver based on the Java port of lp_solve 2.0, available from: http://www.cs.wustl.edu/~javagrp/help/LinearProgramming.html
 class MPSWriter
          Writes an MPS representation of a linear program.
 class SimpleLinearProgram
          A simple implementation of the LinearProgram interface; keeps track of all the information that has been passed in with local fields.