Class LPMatrix.DENSE

  • Enclosing interface:
    LPMatrix<S>

    public static final class LPMatrix.DENSE
    extends java.lang.Object
    Static class wrapping DENSE variants of LPMatrix The dense variants of LPMatrix represent 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 class  LPMatrix.DENSE.GUROBI
      The dense variant for the Gurobi external solver.
      static class  LPMatrix.DENSE.LPSOLVE
      The dense variant for the LpSolve external solver.
    • Constructor Summary

      Constructors 
      Constructor Description
      DENSE()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DENSE

        public DENSE()