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) classDualSimplexSolverRequires all variables to have both lower and upper bounds.(package private) classPhasedSimplexSolverFirst runs the dual algorithm (with a possibly modified objective function) to establish feasibility, and then the primal to reach optimality.(package private) classPrimalSimplexSolverRequires 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) SimplexSolverSimplexSolver. basis(int[] basis)SimplexSolverLinearSolver.NewIntegration. build(ExpressionsBasedModel model)
-