Uses of Class
org.ojalgo.optimisation.linear.LinearStructure
-
Packages that use LinearStructure Package Description org.ojalgo.optimisation.linear -
-
Uses of LinearStructure in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as LinearStructure Modifier and Type Field Description (package private) LinearStructure
SimplexStore. structure
Methods in org.ojalgo.optimisation.linear that return LinearStructure Modifier and Type Method Description LinearStructure
SimplexSolver. getEntityMap()
LinearStructure
SimplexTableauSolver. getEntityMap()
Methods in org.ojalgo.optimisation.linear that return types with arguments of type LinearStructure Modifier and Type Method Description (package private) static java.util.function.Function<LinearStructure,SimplexStore>
SimplexStore. newStoreFactory(Optimisation.Options options)
(package private) static java.util.function.Function<LinearStructure,SimplexTableau>
SimplexTableau. newTableauFactory(Optimisation.Options options)
Method parameters in org.ojalgo.optimisation.linear with type arguments of type LinearStructure Modifier and Type Method Description (package private) static <S extends SimplexStore>
SSimplexSolver. build(ExpressionsBasedModel model, java.util.function.Function<LinearStructure,S> factory)
(package private) static <T extends SimplexTableau>
TSimplexTableauSolver. build(ExpressionsBasedModel model, java.util.function.Function<LinearStructure,T> factory)
(package private) SimplexStore
LinearSolver.Builder. newSimplexStore(java.util.function.Function<LinearStructure,SimplexStore> storeFactory, int... basis)
(package private) SimplexTableau
LinearSolver.Builder. newSimplexTableau(java.util.function.Function<LinearStructure,SimplexTableau> tableauFactory)
Constructors in org.ojalgo.optimisation.linear with parameters of type LinearStructure Constructor Description DenseTableau(LinearStructure linearStructure)
RevisedStore(LinearStructure linearStructure)
SimplexStore(LinearStructure linearStructure)
SimplexTableau(LinearStructure linearStructure)
SparseTableau(LinearStructure linearStructure)
-