Uses of Class
org.ojalgo.optimisation.linear.SimplexSolver
-
Packages that use SimplexSolver Package Description org.ojalgo.optimisation.linear -
-
Uses of SimplexSolver in org.ojalgo.optimisation.linear
Subclasses of SimplexSolver in org.ojalgo.optimisation.linear Modifier and Type Class Description (package private) class
DualSimplexSolver
Requires all variables to have both lower and upper bounds.(package private) class
PhasedSimplexSolver
First runs the dual algorithm (with a possibly modified objective function) to establish feasibility, and then the primal to reach optimality.(package private) class
PrimalSimplexSolver
Requires the initial basis to be feasible (doesn't do a phase-1).Methods in org.ojalgo.optimisation.linear with type parameters of type SimplexSolver 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)
Methods in org.ojalgo.optimisation.linear that return SimplexSolver Modifier and Type Method Description (package private) SimplexSolver
SimplexSolver. basis(int[] basis)
SimplexSolver
LinearSolver.NewIntegration. build(ExpressionsBasedModel model)
-