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 classFields 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) (package private) <S extends SimplexStore>
SLinearSolver.Builder.newSimplexStore(Function<LinearStructure, S> storeFactory, int... basis) Methods in org.ojalgo.optimisation.linear that return SimplexStoreModifier and TypeMethodDescriptionprivate final SimplexStoreSimplexStore.basis(int index) (package private) final SimplexStoreSimplexStore.lower(int index) (package private) final SimplexStoreSimplexStore.unbounded(int index) (package private) final SimplexStoreSimplexStore.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) voidDualSimplexSolver.setup(SimplexStore simplex) (package private) voidPhasedSimplexSolver.setup(SimplexStore simplex) (package private) voidPrimalSimplexSolver.setup(SimplexStore simplex) (package private) abstract voidSimplexSolver.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 TypeMethodDescriptionprivate <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)