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 TypeClassDescriptionstatic classOptimisation.Solver:s that should be usabale fromExpressionsBasedModelneeds to implement a subclass of this.static interfaceOptimisation.Integration<M extends Optimisation.Model,S extends Optimisation.Solver> AnOptimisation.Modelimplementation should not depend on any specificOptimisation.Solver, andOptimisation.Solverimplementations should be usable independently of anyOptimisation.Model.Subinterfaces of Optimisation.Solver in org.ojalgo.optimisationClasses in org.ojalgo.optimisation that implement Optimisation.SolverModifier and TypeClassDescriptionclassclassAOptimisation.Solverimplementation that wraps anExpressionsBasedModel.Fields in org.ojalgo.optimisation with type parameters of type Optimisation.SolverModifier and TypeFieldDescriptionClass<? extends Optimisation.Solver> Optimisation.Options.logger_solverWhich Optimisation.Solver to debug.Methods in org.ojalgo.optimisation with type parameters of type Optimisation.SolverModifier and TypeMethodDescription<S extends Optimisation.Solver>
Optimisation.ResultExpressionsBasedModel.maximise(ExpressionsBasedModel.Integration<S> forcedIntegration) <S extends Optimisation.Solver>
Optimisation.ResultExpressionsBasedModel.minimise(ExpressionsBasedModel.Integration<S> forcedIntegration) 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 TypeClassDescriptionclassConvexSolver 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 classAn alternative MIP solver using Gomory Mixed Integer (GMI) cuts – purely iterative with no branching.final classfinal class -
Uses of Optimisation.Solver in org.ojalgo.optimisation.linear
Classes in org.ojalgo.optimisation.linear that implement Optimisation.Solver