Uses of Class
org.ojalgo.optimisation.GenericSolver
Packages that use GenericSolver
Package
Description
-
Uses of GenericSolver in org.ojalgo.optimisation
Classes in org.ojalgo.optimisation with type parameters of type GenericSolverModifier and TypeClassDescriptionstatic classGenericSolver.Builder<B extends GenericSolver.Builder<B,S>, S extends GenericSolver> -
Uses of GenericSolver in org.ojalgo.optimisation.convex
Subclasses of GenericSolver in org.ojalgo.optimisation.convexModifier and TypeClassDescription(package private) class(package private) class(package private) classclassConvexSolver solves 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 classAlgorithm from: Solving quadratic programs to high precision using scaled iterative refinement
Mathematical Programming Computation (2019) 11:421–455 https://doi.org/10.1007/s12532-019-00154-6(package private) final classAlgorithm from: Solving quadratic programs to high precision using scaled iterative refinement
Mathematical Programming Computation (2019) 11:421–455 https://doi.org/10.1007/s12532-019-00154-6(package private) final classAlgorithm from: Solving quadratic programs to high precision using scaled iterative refinement
Mathematical Programming Computation (2019) 11:421–455 https://doi.org/10.1007/s12532-019-00154-6(package private) classProof-of-concept solver that eliminates equality constraints, and reduces the number of variables, via a null-space projection and delegates the reduced inequality-only QP to an existing active-set solver.(package private) final classSolves optimisation problems of the form:(package private) final classSolves optimisation problems of the form: -
Uses of GenericSolver in org.ojalgo.optimisation.integer
Subclasses of GenericSolver in org.ojalgo.optimisation.integerModifier and TypeClassDescriptionfinal classAn alternative MIP solver using Gomory Mixed Integer (GMI) cuts – purely iterative with no branching.final class -
Uses of GenericSolver in org.ojalgo.optimisation.linear
Subclasses of GenericSolver in org.ojalgo.optimisation.linearModifier 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