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