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 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:Subclasses with type arguments of type ConvexSolver in org.ojalgo.optimisation.convexModifier and TypeClassDescriptionstatic final classstatic final classMethods in org.ojalgo.optimisation.convex that return ConvexSolverModifier and TypeMethodDescriptionConvexSolver.ModelIntegration.build(ExpressionsBasedModel model) protected ConvexSolverConvexSolver.Builder.doBuild(Optimisation.Options options) static ConvexSolverConvexSolver.newSolver(ExpressionsBasedModel model) (package private) static ConvexSolverBasePrimitiveSolver.of(MatrixStore<Double>[] matrices)