Uses of Class
at.dms.kjc.linprog.LPSolverFailedException

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

Uses of LPSolverFailedException in at.dms.kjc.linprog
 

Methods in at.dms.kjc.linprog that throw LPSolverFailedException
 double[] LinearProgramSolver.solve()
          Solve the program and return the value of the the variables (indices 0...numVars-1) in the optimum.
 double[] CPLEXSolve.solve()
          Solve the program and return the value of the the variables (indices 0...numVars-1) in the optimum.