| Package | Description | 
|---|---|
| org.ojalgo.optimisation | |
| org.ojalgo.optimisation.convex | |
| org.ojalgo.optimisation.integer | |
| org.ojalgo.optimisation.linear | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
Optimisation.Constraint
Constraint 
 | 
static interface  | 
Optimisation.Integration<M extends Optimisation.Model,S extends Optimisation.Solver>  | 
static interface  | 
Optimisation.Model  | 
static interface  | 
Optimisation.Objective
Objective 
 | 
static interface  | 
Optimisation.Solver
 An Optimisation.Solver instance implements a specific optimisation algorithm. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Expression
 Think of an Expression as one constraint or a component to the objective function. 
 | 
class  | 
ExpressionsBasedModel
 Lets you construct optimisation problems by combining (mathematical) expressions in terms of variables. 
 | 
static class  | 
ExpressionsBasedModel.Integration<S extends Optimisation.Solver>  | 
class  | 
GenericSolver  | 
class  | 
MathProgSysModel
Mathematical Programming System (MPS) Model 
 | 
static class  | 
MathProgSysModel.Integration<S extends Optimisation.Solver>  | 
static class  | 
Optimisation.Options  | 
static class  | 
Optimisation.Result  | 
static class  | 
Optimisation.State  | 
class  | 
Variable
Variable 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConvexSolver
ConvexSolver solves optimisation problems of the form: 
 | 
static class  | 
ConvexSolver.ModelIntegration  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IntegerSolver  | 
static class  | 
IntegerSolver.ModelIntegration  | 
class  | 
NewIntegerSolver
IntegerSolver 
 | 
class  | 
OldIntegerSolver
IntegerSolver 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LinearSolver  | 
static class  | 
LinearSolver.ModelIntegration  | 
class  | 
SimplexSolver
LinearSolver solves optimisation problems of the (LP standard) form: 
 | 
Copyright © 2018 Optimatika. All rights reserved.