Uses of Class
org.ojalgo.optimisation.convex.ConvexSolver.Builder
Packages that use ConvexSolver.Builder
-
Uses of ConvexSolver.Builder in org.ojalgo.optimisation.convex
Methods in org.ojalgo.optimisation.convex that return ConvexSolver.BuilderModifier and TypeMethodDescription(package private) static ConvexSolver.Builder
BasePrimitiveSolver.builder
(MatrixStore<Double>[] matrices) ConvexSolver.Builder.equalities
(Access2D<?> mtrxAE, Access1D<?> mtrxBE) ConvexSolver.Builder.equality
(double rhs, double... factors) ConvexSolver.Builder.inequalities
(Access2D<?> mtrxAI, Access1D<?> mtrxBI) ConvexSolver.Builder.inequality
(double rhs, double... factors) ConvexSolver.Builder.linear
(double... factors) Set the linear part of the objective functionSet the linear part of the objective functionstatic ConvexSolver.Builder
ConvexSolver.newBuilder()
static ConvexSolver.Builder
ConvexSolver.newBuilder
(int nbVariables) static ConvexSolver.Builder
ConvexSolver.newBuilder
(Access2D<?> quadratic) ConvexSolver.Builder.objective
(int index, double value) Set one element of the linear part of the objective functionConvexSolver.Builder.objective
(int row, int col, double value) Set one element of the quadratic part of the objective functionConvexSolver.Builder.objective
(MatrixStore<?> mtrxQ, MatrixStore<?> mtrxC) Set the quadratic part of the objective function