Uses of Interface
org.ojalgo.optimisation.Optimisation.Solver
Packages that use Optimisation.Solver
Package
Description
-
Uses of Optimisation.Solver in org.ojalgo.optimisation
Classes in org.ojalgo.optimisation with type parameters of type Optimisation.SolverModifier and TypeClassDescription(package private) final class
ConfiguredIntegration<S extends Optimisation.Solver>
static class
Optimisation.Solver
:s that should be usabale fromExpressionsBasedModel
needs to implement a subclass of this.static interface
Optimisation.Integration<M extends Optimisation.Model,
S extends Optimisation.Solver> AnOptimisation.Model
implementation should not depend on any specificOptimisation.Solver
, andOptimisation.Solver
implementations should be usable independently of anyOptimisation.Model
.Subinterfaces of Optimisation.Solver in org.ojalgo.optimisationClasses in org.ojalgo.optimisation that implement Optimisation.SolverModifier and TypeClassDescription(package private) static final class
class
class
AOptimisation.Solver
implementation that wraps anExpressionsBasedModel
.Fields in org.ojalgo.optimisation declared as Optimisation.SolverFields in org.ojalgo.optimisation with type parameters of type Optimisation.SolverModifier and TypeFieldDescriptionClass
<? extends Optimisation.Solver> Optimisation.Options.logger_solver
Which Optimisation.Solver to debug.Methods in org.ojalgo.optimisation that return Optimisation.SolverMethod parameters in org.ojalgo.optimisation with type arguments of type Optimisation.SolverModifier and TypeMethodDescriptionOptimisation.Options.debug
(Class<? extends Optimisation.Solver> solver) Will configure detailed debug logging and validationOptimisation.Options.progress
(Class<? extends Optimisation.Solver> solver) Will configure high level (low volume) progress logging -
Uses of Optimisation.Solver in org.ojalgo.optimisation.convex
Classes in org.ojalgo.optimisation.convex that implement Optimisation.SolverModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
class
ConvexSolver solves optimisation problems of the form:(package private) final class
Solves optimisation problems of the form:(package private) final class
Solves optimisation problems of the form:(package private) final class
Algorithm 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 class
Solves optimisation problems of the form:(package private) final class
Solves optimisation problems of the form: -
Uses of Optimisation.Solver in org.ojalgo.optimisation.integer
Classes in org.ojalgo.optimisation.integer that implement Optimisation.SolverModifier and TypeClassDescriptionfinal class
An alternative MIP solver using Gomory Mixed Integer (GMI) cuts – purely iterative with no branching.final class
final class
-
Uses of Optimisation.Solver in org.ojalgo.optimisation.linear
Classes in org.ojalgo.optimisation.linear that implement Optimisation.SolverModifier and TypeClassDescription(package private) final class
Requires all variables to have both lower and upper bounds.class
(package private) final class
First runs the dual algorithm (with a possibly modified objective function) to establish feasibility, and then the primal to reach optimality.(package private) final class
Requires the initial basis to be feasible (doesn't do a phase-1).(package private) class
Meant to replaceSimplexTableauSolver
.(package private) final class
Classic 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 -
Uses of Optimisation.Solver in org.ojalgo.optimisation.service
Classes in org.ojalgo.optimisation.service that implement Optimisation.Solver