Package nl.tue.astar.util.ilp
-
Interface Summary Interface Description LPMatrix<S> This interface represents an LP matrix, consisting of an objective function, an internal matrix, a right-hand-side vector, row- and column names, variable types, constraint types and lower and upper bound. -
Class Summary Class Description LPMatrix.DENSE Static class wrapping DENSE variants of LPMatrixThe dense variants of LPMatrixrepresent the internal MIP matrix explicitly, i.e.LPMatrix.DENSE.GUROBI The dense variant for the Gurobi external solver.LPMatrix.DENSE.LPSOLVE The dense variant for the LpSolve external solver.LPMatrix.SPARSE Static class wrapping SPARSE variants of LPMatrixThe internal MIP matrix is represented by a hashmap from a pair of coordinates to a value.LPMatrix.SPARSE.GUROBI The sparse variant for the Gurobi external solver.LPMatrix.SPARSE.LPSOLVE -
Exception Summary Exception Description LPMatrixException