Uses of Class
org.ojalgo.optimisation.linear.SimplexStore
Packages that use SimplexStore
-
Uses of SimplexStore in org.ojalgo.optimisation.linear
Subclasses of SimplexStore in org.ojalgo.optimisation.linearModifier and TypeClassDescription(package private) final class
(package private) final class
(package private) class
(package private) final class
Fields in org.ojalgo.optimisation.linear declared as SimplexStoreMethods in org.ojalgo.optimisation.linear with type parameters of type SimplexStoreModifier and TypeMethodDescription(package private) static <S extends SimplexStore>
SSimplexSolver.build
(ExpressionsBasedModel model, Function<LinearStructure, S> factory) Methods in org.ojalgo.optimisation.linear that return SimplexStoreModifier and TypeMethodDescriptionprivate final SimplexStore
SimplexStore.basis
(int index) (package private) final SimplexStore
SimplexStore.lower
(int index) (package private) SimplexStore
LinearSolver.Builder.newSimplexStore
(Function<LinearStructure, SimplexStore> storeFactory, int... basis) (package private) final SimplexStore
SimplexStore.unbounded
(int index) (package private) final SimplexStore
SimplexStore.upper
(int index) Methods in org.ojalgo.optimisation.linear that return types with arguments of type SimplexStoreModifier and TypeMethodDescription(package private) static Function
<LinearStructure, SimplexStore> SimplexStore.newStoreFactory
(Optimisation.Options options) Methods in org.ojalgo.optimisation.linear with parameters of type SimplexStoreModifier and TypeMethodDescription(package private) void
DualSimplexSolver.setup
(SimplexStore simplex) (package private) void
PhasedSimplexSolver.setup
(SimplexStore simplex) (package private) void
PrimalSimplexSolver.setup
(SimplexStore simplex) (package private) abstract void
SimplexSolver.setup
(SimplexStore simplex) Determine if non-basic variables are at their lower or upper bound (or if they are unbounded) Shift ranges/bounds so that (one of) the bound(s) is at zero Assumes that the ranges/bounds of basic variables are already defined this way.Method parameters in org.ojalgo.optimisation.linear with type arguments of type SimplexStoreModifier and TypeMethodDescription(package private) SimplexStore
LinearSolver.Builder.newSimplexStore
(Function<LinearStructure, SimplexStore> storeFactory, int... basis) private <S extends SimplexSolver>
SSimplexStore.newSolver
(BiFunction<Optimisation.Options, SimplexStore, S> constructor, Optimisation.Options options, int... basis) Constructors in org.ojalgo.optimisation.linear with parameters of type SimplexStoreModifierConstructorDescription(package private)
DualSimplexSolver
(Optimisation.Options solverOptions, SimplexStore simplexStore) (package private)
IterDescr
(SimplexStore simplex) (package private)
PhasedSimplexSolver
(Optimisation.Options solverOptions, SimplexStore simplexStore) (package private)
PrimalSimplexSolver
(Optimisation.Options solverOptions, SimplexStore simplexStore) (package private)
SimplexSolver
(Optimisation.Options solverOptions, SimplexStore simplexStore)