| Class | Description |
|---|---|
| AbstractLPOptimizationRequestHandler |
Class Linear Problem Optimization Request Handler.
|
| BarrierMethod |
Barrier method.
|
| BasicPhaseIBM |
Basic Phase I Method (implemented as a Barried Method).
|
| BasicPhaseILPPDM |
Basic Phase I Method form LP problems (implemented as a Primal-Dual Method).
|
| BasicPhaseIPDM |
Basic Phase I Method (implemented as a Primal-Dual Method).
|
| JOptimizer |
Convex Optimizer.
|
| LPOptimizationRequest |
Linear optimization problem.
|
| LPOptimizationResponse | |
| LPPresolver |
Presolver for a linear problem in the form of:
min(c) s.t.
|
| LPPrimalDualMethod |
Primal-dual interior-point method for LP problems in the form (1):
min(c) s.t. |
| LPStandardConverter |
Converts a general LP problem stated in the form (1):
min(c) s.t. |
| NewtonLEConstrainedFSP |
Linear equality constrained newton optimizer, with feasible starting point.
|
| NewtonLEConstrainedISP |
Linear equality constrained newton optimizer, with infeasible starting point.
|
| NewtonUnconstrained | |
| OptimizationRequest |
Optimization problem.
|
| OptimizationRequestHandler |
Generic class for optimization process.
|
| OptimizationResponse |
Optimization process output: stores the solution as well as an exit code.
|
| PrimalDualMethod |
Primal-dual interior-point method.
|
Copyright © 2021 CNES. All rights reserved.