Uses of Class
nl.tue.astar.util.ilp.LPMatrixException
-
Packages that use LPMatrixException Package Description nl.tue.astar.util.ilp -
-
Uses of LPMatrixException in nl.tue.astar.util.ilp
Methods in nl.tue.astar.util.ilp that throw LPMatrixException Modifier and Type Method Description intLPMatrix. solve(double[] vars)Constructs the solver and solves the MIP represented by this problem.SLPMatrix. toSolver()Constructs the solver in its external representationConstructors in nl.tue.astar.util.ilp that throw LPMatrixException Constructor Description GUROBI(gurobi.GRBEnv env, int rows, int columns)GUROBI(gurobi.GRBEnv env, LPMatrix<?> matrix)LPSOLVE(int rows, int columns)The sparse variant for the LpSolve external solver.LPSOLVE(LPMatrix<?> matrix)
-