Package | Description |
---|---|
org.ojalgo.optimisation | |
org.ojalgo.optimisation.convex | |
org.ojalgo.optimisation.integer | |
org.ojalgo.optimisation.linear |
Modifier and Type | Class and Description |
---|---|
static class |
ExpressionsBasedModel.Integration<S extends Optimisation.Solver> |
static interface |
Optimisation.Integration<M extends Optimisation.Model,S extends Optimisation.Solver> |
Modifier and Type | Interface and Description |
---|---|
interface |
UpdatableSolver |
Modifier and Type | Class and Description |
---|---|
static class |
ExpressionsBasedModel.Intermediate |
class |
GenericSolver |
Modifier and Type | Field and Description |
---|---|
Class<? extends Optimisation.Solver> |
Optimisation.Options.logger_solver
Which Optimisation.Solver to debug.
|
Modifier and Type | Method and Description |
---|---|
void |
Optimisation.Options.debug(Class<? extends Optimisation.Solver> solver)
Will configure detailed debug logging and validation
|
void |
Optimisation.Options.progress(Class<? extends Optimisation.Solver> solver)
Will configure high level (low volume) progress logging
|
Modifier and Type | Class and Description |
---|---|
class |
ConvexSolver
ConvexSolver solves optimisation problems of the form:
|
Modifier and Type | Class and Description |
---|---|
class |
IntegerSolver |
Modifier and Type | Class and Description |
---|---|
class |
LinearSolver |
class |
SimplexSolver
LinearSolver solves optimisation problems of the (LP standard) form:
|
Copyright © 2019 Optimatika. All rights reserved.