#include <alpaqa/src/driver/results.hpp>
Definition at line 39 of file results.hpp.
Public Attributes | |
LoadedProblem & | problem |
SolverResults | solver_results |
real_t | objective = NaN |
real_t | smooth_objective = NaN |
alpaqa::KKTError< config_t > | error {} |
std::span< const std::string_view > | options |
int64_t | timestamp = 0 |
Static Public Attributes | |
static constexpr real_t | NaN = alpaqa::NaN<config_t> |
|
staticconstexpr |
Definition at line 41 of file results.hpp.
LoadedProblem& problem |
Definition at line 43 of file results.hpp.
SolverResults solver_results |
Definition at line 44 of file results.hpp.
real_t objective = NaN |
Definition at line 45 of file results.hpp.
real_t smooth_objective = NaN |
Definition at line 45 of file results.hpp.
alpaqa::KKTError<config_t> error {} |
Definition at line 46 of file results.hpp.
std::span<const std::string_view> options |
Definition at line 47 of file results.hpp.
int64_t timestamp = 0 |
Definition at line 48 of file results.hpp.