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.
|
interface |
UpdatableSolver |
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> |
static class |
ExpressionsBasedModel.Intermediate |
class |
GenericSolver |
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 |
Modifier and Type | Class and Description |
---|---|
class |
LinearSolver |
static class |
LinearSolver.ModelIntegration |
class |
SimplexSolver
LinearSolver solves optimisation problems of the (LP standard) form:
|
Copyright © 2019 Optimatika. All rights reserved.