OptimumState.hpp
A type that describes the result of the evaluation of an objective function.
Definition: OptimumProblem.hpp:31
The namespace containing all components of the Reaktoro library.
Definition: ChemicalScalar.hpp:24
Vector z
The dual solution of the optimisation problem with respect to the lower bound constraints.
Definition: OptimumState.hpp:37
ObjectiveResult f
The evaluation of the objective function at x
Definition: OptimumState.hpp:43
Vector w
The dual solution of the optimisation problem with respect to the upper bound constraints.
Definition: OptimumState.hpp:40
A type that describes the state of an optimum solution.
Definition: OptimumState.hpp:29
Vector x
The primal solution of the optimisation problem.
Definition: OptimumState.hpp:31
Vector y
The dual solution of the optimisation problem with respect to the equality constraints.
Definition: OptimumState.hpp:34