| Package | Description | 
|---|---|
| org.ojalgo.optimisation.convex | |
| org.ojalgo.optimisation.linear | 
| Modifier and Type | Method and Description | 
|---|---|
ConvexSolver.Builder | 
ConvexSolver.Builder.equalities(MatrixStore<Double> mtrxAE,
          MatrixStore<Double> mtrxBE)  | 
static ConvexSolver.Builder | 
ConvexSolver.getBuilder()  | 
static ConvexSolver.Builder | 
ConvexSolver.getBuilder(MatrixStore<Double> Q,
          MatrixStore<Double> C)  | 
ConvexSolver.Builder | 
ConvexSolver.Builder.inequalities(Access2D<Double> mtrxAI,
            MatrixStore<Double> mtrxBI)  | 
ConvexSolver.Builder | 
ConvexSolver.Builder.objective(MatrixStore<Double> mtrxC)  | 
ConvexSolver.Builder | 
ConvexSolver.Builder.objective(MatrixStore<Double> mtrxQ,
         MatrixStore<Double> mtrxC)  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
ConvexSolver.copy(ExpressionsBasedModel sourceModel,
    ConvexSolver.Builder destinationBuilder)  | 
| Constructor and Description | 
|---|
Builder(ConvexSolver.Builder matrices)  | 
ConvexSolver(ConvexSolver.Builder matrices,
            Optimisation.Options solverOptions)  | 
| Modifier and Type | Method and Description | 
|---|---|
LinearSolver | 
LinearSolver.ModelIntegration.build(ConvexSolver.Builder convexBuilder,
     Optimisation.Options options)  | 
static Optimisation.Result | 
LinearSolver.solve(ConvexSolver.Builder convex,
     Optimisation.Options options)  | 
Copyright © 2018 Optimatika. All rights reserved.