EquilibriumResult.hpp
The namespace containing all components of the Reaktoro library.
Definition: Algorithms.hpp:29
A type used to describe the result of an equilibrium calculation.
Definition: EquilibriumResult.hpp:28
auto operator+=(const EquilibriumResult &other) -> EquilibriumResult &
Apply an addition assignment to this instance.
Optima::Result optima
The result of the optimisation calculation using Optima.
Definition: EquilibriumResult.hpp:36
auto iterations() const
Return the number of iterations in the calculation.
Definition: EquilibriumResult.hpp:36
auto failed() const
Return true if the calculation failed.
Definition: EquilibriumResult.hpp:33
auto succeeded() const
Return true if the calculation succeeded.
Definition: EquilibriumResult.hpp:30