Uses of Class
org.ojalgo.optimisation.GenericSolver
-
Packages that use GenericSolver Package Description org.ojalgo.optimisation org.ojalgo.optimisation.convex org.ojalgo.optimisation.integer org.ojalgo.optimisation.linear -
-
Uses of GenericSolver in org.ojalgo.optimisation
Classes in org.ojalgo.optimisation with type parameters of type GenericSolver Modifier and Type Class Description static 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.convex Modifier and Type Class Description (package private) classActiveSetSolver(package private) classBasePrimitiveSolver(package private) classConstrainedSolverclassConvexSolverConvexSolver solves optimisation problems of the form:(package private) classDirectASSSolves optimisation problems of the form:(package private) classIterativeASSSolves optimisation problems of the form:(package private) classIterativeRefinementSolverAlgorithm 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) classIterativeRefinementSolver2Algorithm 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) classIterativeRefinementSolverDoubleAlgorithm 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) classQPESolverSolves optimisation problems of the form:(package private) classUnconstrainedSolverSolves optimisation problems of the form: -
Uses of GenericSolver in org.ojalgo.optimisation.integer
Subclasses of GenericSolver in org.ojalgo.optimisation.integer Modifier and Type Class Description classGomorySolverAn alternative MIP solver using Gomory Mixed Integer (GMI) cuts – purely iterative with no branching.classIntegerSolver -
Uses of GenericSolver in org.ojalgo.optimisation.linear
Subclasses of GenericSolver in org.ojalgo.optimisation.linear 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
-