at.dms.kjc.linprog
Interface LinearProgramSolver

All Superinterfaces:
LinearProgram
All Known Implementing Classes:
CPLEXSolve, GLPKSolve, LPSolve

public interface LinearProgramSolver
extends LinearProgram


Method Summary
 double[] solve()
          Solve the program and return the value of the the variables (indices 0...numVars-1) in the optimum.
 
Methods inherited from interface at.dms.kjc.linprog.LinearProgram
addConstraintEQ, addConstraintGE, getEmptyConstraint, setBoolVar, setObjective
 

Method Detail

solve

double[] solve()
               throws LPSolverFailedException
Solve the program and return the value of the the variables (indices 0...numVars-1) in the optimum.

Throws:
LPSolverFailedException