Uses of Interface
org.ojalgo.optimisation.UpdatableSolver
Packages that use UpdatableSolver
-
Uses of UpdatableSolver in org.ojalgo.optimisation.convex
Classes in org.ojalgo.optimisation.convex that implement UpdatableSolverModifier and TypeClassDescription(package private) class(package private) class(package private) class(package private) final classSolves optimisation problems of the form:(package private) final classSolves optimisation problems of the form:(package private) final classSolves optimisation problems of the form:(package private) final classSolves optimisation problems of the form: -
Uses of UpdatableSolver in org.ojalgo.optimisation.linear
Classes in org.ojalgo.optimisation.linear that implement UpdatableSolverModifier and TypeClassDescription(package private) final classRequires all variables to have both lower and upper bounds.class(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).(package private) classMeant to replaceSimplexTableauSolver.(package private) final classClassic 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