Uses of Interface
nl.tue.astar.util.ilp.LPMatrix
-
Packages that use LPMatrix Package Description nl.tue.astar.util.ilp -
-
Uses of LPMatrix in nl.tue.astar.util.ilp
Classes in nl.tue.astar.util.ilp that implement LPMatrix Modifier and Type Class Description static classLPMatrix.DENSE.GUROBIThe dense variant for the Gurobi external solver.static classLPMatrix.DENSE.LPSOLVEThe dense variant for the LpSolve external solver.static classLPMatrix.SPARSE.GUROBIThe sparse variant for the Gurobi external solver.static classLPMatrix.SPARSE.LPSOLVEConstructors in nl.tue.astar.util.ilp with parameters of type LPMatrix Constructor Description GUROBI(gurobi.GRBEnv env, LPMatrix<?> matrix)GUROBI(gurobi.GRBEnv env, LPMatrix<?> matrix)LPSOLVE(LPMatrix<?> matrix)LPSOLVE(LPMatrix<?> matrix)
-