| 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 class  | 
MathProgSysModel.Integration<S extends Optimisation.Solver>  | 
static interface  | 
Optimisation.Integration<M extends Optimisation.Model,S extends Optimisation.Solver>  | 
| Modifier and Type | Class and Description | 
|---|---|
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 dubug 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  | 
class  | 
NewIntegerSolver
IntegerSolver 
 | 
class  | 
OldIntegerSolver
IntegerSolver 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LinearSolver  | 
class  | 
SimplexSolver
LinearSolver solves optimisation problems of the (LP standard) form: 
 | 
Copyright © 2018 Optimatika. All rights reserved.