Package nl.tue.astar.util.ilp
Class LPMatrix.DENSE
- java.lang.Object
-
- nl.tue.astar.util.ilp.LPMatrix.DENSE
-
public static final class LPMatrix.DENSE extends java.lang.ObjectStatic class wrapping DENSE variants of LPMatrixThe dense variants of LPMatrixrepresent the internal MIP matrix explicitly, i.e. for each element in the matrix, there is a double in memory. Therefore the memory use of these implementations is large. Getting and setting values in the matrix is fast, i.e. both O(1)
-
-
Nested Class Summary
Nested Classes 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.
-
Constructor Summary
Constructors Constructor Description DENSE()
-