Uses of Interface
org.ojalgo.optimisation.UpdatableSolver
-
Packages that use UpdatableSolver Package Description org.ojalgo.optimisation.convex org.ojalgo.optimisation.linear -
-
Uses of UpdatableSolver in org.ojalgo.optimisation.convex
Classes in org.ojalgo.optimisation.convex that implement UpdatableSolver Modifier and Type Class Description (package private) classActiveSetSolver(package private) classBasePrimitiveSolver(package private) classConstrainedSolver(package private) classDirectASSSolves optimisation problems of the form:(package private) classIterativeASSSolves optimisation problems of the form:(package private) classQPESolverSolves optimisation problems of the form:(package private) classUnconstrainedSolverSolves optimisation problems of the form: -
Uses of UpdatableSolver in org.ojalgo.optimisation.linear
Classes in org.ojalgo.optimisation.linear that implement UpdatableSolver Modifier and Type Class Description (package private) classDualSimplexSolverRequires all variables to have both lower and upper bounds.classLinearSolver(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).(package private) classSimplexSolverMeant to replaceSimplexTableauSolver.(package private) classSimplexTableauSolverClassic simplex tableau solver: Primal algorithm 2-phase All variables assumed >=0, and RHS required to be >=0 Variable bounds other than >=0 handled like constraints
-