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

Enclosing class:
ConvexData<N extends 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 Comparable<N>>
  • Method Summary

    Modifier and Type
    Method
    Description
    newInstance(int nbVars, int nbEqus, int nbIneq)
     
  • Method Details

    • newInstance

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