Package | Description |
---|---|
org.ojalgo.optimisation | |
org.ojalgo.optimisation.convex | |
org.ojalgo.optimisation.integer | |
org.ojalgo.optimisation.linear |
Modifier and Type | Field and Description |
---|---|
Optimisation.Options |
GenericSolver.options |
Modifier and Type | Method and Description |
---|---|
Optimisation.Options |
Optimisation.Options.abort(CalendarDateDuration duration) |
Optimisation.Options |
Optimisation.Options.suffice(CalendarDateDuration duration) |
Modifier and Type | Method and Description |
---|---|
S |
GenericSolver.Builder.build(Optimisation.Options options) |
protected abstract S |
GenericSolver.Builder.doBuild(Optimisation.Options options) |
Constructor and Description |
---|
ExpressionsBasedModel(Optimisation.Options someOptions) |
GenericSolver(Optimisation.Options solverOptions) |
Modifier and Type | Method and Description |
---|---|
protected ConvexSolver |
ConvexSolver.Builder.doBuild(Optimisation.Options options) |
Constructor and Description |
---|
ConvexSolver(ConvexSolver.Builder matrices,
Optimisation.Options solverOptions) |
Constructor and Description |
---|
IntegerSolver(ExpressionsBasedModel model,
Optimisation.Options solverOptions) |
Modifier and Type | Method and Description |
---|---|
LinearSolver |
LinearSolver.ModelIntegration.build(ConvexSolver.Builder convexBuilder,
Optimisation.Options options) |
protected LinearSolver |
LinearSolver.Builder.doBuild(Optimisation.Options options) |
static Optimisation.Result |
LinearSolver.solve(ConvexSolver.Builder convex,
Optimisation.Options options) |
Constructor and Description |
---|
LinearSolver(Optimisation.Options solverOptions) |
Copyright © 2019 Optimatika. All rights reserved.