#include <vector>
#include <array>
#include <fmt/color.h>
#include <fmt/ranges.h>
Go to the source code of this file.
- Copyright
- Copyright (C) 2022 LAAS-CNRS, INRIA
Definition in file logger.hpp.
◆ NUM_KEYS
int proxsuite::nlp::NUM_KEYS = 10 |
|
constexpr |
◆ BASIC_KEYS
const std::array<std::string, NUM_KEYS> proxsuite::nlp::BASIC_KEYS |
Initial value:= {
"iter", "step_size", "inner_crit", "prim_err", "dual_err",
"xreg", "dphi0", "merit", "dM", "al_iter"}
Definition at line 14 of file logger.hpp.
◆ int_format
char proxsuite::nlp::int_format[] = "{: >{}d}" |
|
constexpr |
◆ sci_format
char proxsuite::nlp::sci_format[] = "{: > {}.{}e}" |
|
constexpr |
◆ dbl_format
char proxsuite::nlp::dbl_format[] = "{: > {}.{}g}" |
|
constexpr |