Package | Description |
---|---|
org.ojalgo.optimisation | |
org.ojalgo.optimisation.convex | |
org.ojalgo.optimisation.linear |
Modifier and Type | Class and Description |
---|---|
protected static class |
BaseSolver.AbstractBuilder<B extends BaseSolver.AbstractBuilder<?,?>,S extends BaseSolver> |
Modifier and Type | Method and Description |
---|---|
BaseSolver.AbstractBuilder<B,S> |
BaseSolver.AbstractBuilder.copy() |
Constructor and Description |
---|
AbstractBuilder(BaseSolver.AbstractBuilder<?,?> matrices) |
BaseSolver(BaseSolver.AbstractBuilder<?,?> matrices,
Optimisation.Options solverOptions) |
Modifier and Type | Class and Description |
---|---|
static class |
ConvexSolver.Builder |
Modifier and Type | Class and Description |
---|---|
static class |
LinearSolver.Builder |
Constructor and Description |
---|
LinearSolver(BaseSolver.AbstractBuilder<LinearSolver.Builder,LinearSolver> matrices,
Optimisation.Options solverOptions) |
Copyright © 2017 Optimatika. All rights reserved.