Interface ConvexData.ConvexDataFactory<N extends java.lang.Comparable<N>>

  • Enclosing class:
    ConvexData<N extends java.lang.Comparable<N>>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    static interface ConvexData.ConvexDataFactory<N extends java.lang.Comparable<N>>
    • Method Detail

      • newInstance

        ConvexData<N> newInstance​(int nbVars,
                                  int nbEqus,
                                  int nbIneq)