Uses of Class
org.ojalgo.optimisation.linear.SimplexStore
-
Packages that use SimplexStore Package Description org.ojalgo.optimisation.linear -
-
Uses of SimplexStore in org.ojalgo.optimisation.linear
Subclasses of SimplexStore in org.ojalgo.optimisation.linear Modifier and Type Class Description (package private) classDenseTableau(package private) classRevisedStore(package private) classSimplexTableau(package private) classSparseTableauFields in org.ojalgo.optimisation.linear declared as SimplexStore Modifier and Type Field Description private SimplexStoreSimplexSolver. mySimplexMethods in org.ojalgo.optimisation.linear with type parameters of type SimplexStore Modifier and Type Method Description (package private) static <S extends SimplexStore>
SSimplexSolver. build(ExpressionsBasedModel model, java.util.function.Function<LinearStructure,S> factory)(package private) <S extends SimplexStore>
SLinearSolver.Builder. newSimplexStore(java.util.function.Function<LinearStructure,S> storeFactory, int... basis)Methods in org.ojalgo.optimisation.linear that return SimplexStore Modifier and Type Method Description private SimplexStoreSimplexStore. basis(int index)(package private) SimplexStoreSimplexStore. lower(int index)(package private) SimplexStoreSimplexStore. unbounded(int index)(package private) SimplexStoreSimplexStore. upper(int index)Methods in org.ojalgo.optimisation.linear that return types with arguments of type SimplexStore Modifier and Type Method Description (package private) static java.util.function.Function<LinearStructure,SimplexStore>SimplexStore. newStoreFactory(Optimisation.Options options)Methods in org.ojalgo.optimisation.linear with parameters of type SimplexStore Modifier and Type Method Description (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 SimplexStore Modifier and Type Method Description private <S extends SimplexSolver>
SSimplexStore. newSolver(java.util.function.BiFunction<Optimisation.Options,SimplexStore,S> constructor, Optimisation.Options options, int... basis)Constructors in org.ojalgo.optimisation.linear with parameters of type SimplexStore Constructor Description DualSimplexSolver(Optimisation.Options solverOptions, SimplexStore simplexStore)IterDescr(SimplexStore simplex)PhasedSimplexSolver(Optimisation.Options solverOptions, SimplexStore simplexStore)PrimalSimplexSolver(Optimisation.Options solverOptions, SimplexStore simplexStore)SimplexSolver(Optimisation.Options solverOptions, SimplexStore simplexStore)
-