Uses of Class
org.ojalgo.optimisation.convex.ConvexSolver
-
Packages that use ConvexSolver Package Description org.ojalgo.optimisation.convex -
-
Uses of ConvexSolver in org.ojalgo.optimisation.convex
Subclasses of ConvexSolver in org.ojalgo.optimisation.convex Modifier and Type Class Description (package private) class
ActiveSetSolver
(package private) class
BasePrimitiveSolver
(package private) class
ConstrainedSolver
(package private) class
DirectASS
Solves optimisation problems of the form:(package private) class
IterativeASS
Solves optimisation problems of the form:(package private) class
IterativeRefinementSolver
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) class
QPESolver
Solves optimisation problems of the form:(package private) class
UnconstrainedSolver
Solves optimisation problems of the form:Methods in org.ojalgo.optimisation.convex that return ConvexSolver Modifier and Type Method Description ConvexSolver
ConvexSolver.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<java.lang.Double>[] matrices)
-