Uses of Class
org.ojalgo.optimisation.convex.ConvexSolver
Packages that use ConvexSolver
-
Uses of ConvexSolver in org.ojalgo.optimisation.convex
Subclasses of ConvexSolver in org.ojalgo.optimisation.convexModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
(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:Methods in org.ojalgo.optimisation.convex that return ConvexSolverModifier and TypeMethodDescriptionConvexSolver.ModelIntegration.build
(ExpressionsBasedModel model) protected ConvexSolver
ConvexSolver.Builder.doBuild
(Optimisation.Options options) static ConvexSolver
ConvexSolver.newSolver
(ExpressionsBasedModel model) (package private) static ConvexSolver
BasePrimitiveSolver.of
(MatrixStore<Double>[] matrices)