Uses of Class
org.ojalgo.optimisation.convex.ConvexSolver.Builder
Packages that use ConvexSolver.Builder
-
Uses of ConvexSolver.Builder in org.ojalgo.optimisation.convex
Subclasses with type arguments of type ConvexSolver.Builder in org.ojalgo.optimisation.convexMethods in org.ojalgo.optimisation.convex that return ConvexSolver.BuilderModifier and TypeMethodDescription(package private) static ConvexSolver.BuilderBasePrimitiveSolver.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.BuilderConvexSolver.newBuilder()static ConvexSolver.BuilderConvexSolver.newBuilder(int nbVariables) static ConvexSolver.BuilderConvexSolver.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