aligator  0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
logger.hpp File Reference
#include <string_view>
#include <vector>
#include <boost/unordered_map.hpp>
Include dependency graph for logger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  aligator::LogColumn
 
struct  aligator::Logger
 A table logging utility to log the trace of the numerical solvers. More...
 

Namespaces

namespace  aligator
 Main package namespace.
 

Typedefs

using aligator::uint = unsigned int
 

Variables

constexpr std::string_view aligator::int_format = "{: >{}d} "
 
constexpr std::string_view aligator::sci_format = "{: >{}.3e} "
 
constexpr std::string_view aligator::dbl_format = "{: >{}.3g} "
 
static const LogColumn aligator::BASIC_KEYS [12]
 

Detailed Description

Definition in file logger.hpp.