aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include "aligator/core/function-abstract.hpp"
#include "aligator/core/dynamics.hpp"
#include "aligator/core/constraint.hpp"
#include <fmt/ostream.h>
Go to the source code of this file.
Classes | |
struct | aligator::StageModelTpl< Scalar > |
A stage in the control problem. More... | |
struct | fmt::formatter< aligator::StageModelTpl< Scalar > > |
Namespaces | |
namespace | aligator |
Main package namespace. | |
Macros | |
#define | ALIGATOR_CHECK_DERIVED_CLASS(Base, Derived) |
Definition in file stage-model.hpp.
#define ALIGATOR_CHECK_DERIVED_CLASS | ( | Base, | |
Derived ) |
Definition at line 13 of file stage-model.hpp.