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 classRequires all variables to have both lower and upper bounds.(package private) final classFirst runs the dual algorithm (with a possibly modified objective function) to establish feasibility, and then the primal to reach optimality.(package private) final classRequires the initial basis to be feasible (doesn't do a phase-1).Subclasses with type arguments of type SimplexSolver in org.ojalgo.optimisation.linearModifier and TypeClassDescription(package private) static final classAn integration to a new/alternative/experimental LP-solver.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 SimplexSolverSimplexSolver.basis(int[] basis) LinearSolver.NewIntegration.build(ExpressionsBasedModel model)