Uses of Class
org.ojalgo.optimisation.linear.SimplexSolver
Packages that use SimplexSolver
-
Uses of SimplexSolver in org.ojalgo.optimisation.linear
Subclasses of SimplexSolver in org.ojalgo.optimisation.linearModifier and TypeClassDescription(package private) final class
Requires all variables to have both lower and upper bounds.(package private) final class
First runs the dual algorithm (with a possibly modified objective function) to establish feasibility, and then the primal to reach optimality.(package private) final class
Requires the initial basis to be feasible (doesn't do a phase-1).Methods in org.ojalgo.optimisation.linear with type parameters of type SimplexSolverModifier and TypeMethodDescriptionprivate <S extends SimplexSolver>
SSimplexStore.newSolver
(BiFunction<Optimisation.Options, SimplexStore, S> constructor, Optimisation.Options options, int... basis) Methods in org.ojalgo.optimisation.linear that return SimplexSolverModifier and TypeMethodDescription(package private) final SimplexSolver
SimplexSolver.basis
(int[] basis) LinearSolver.NewIntegration.build
(ExpressionsBasedModel model)