aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
#include "aligator/python/fwd.hpp"
#include "aligator/core/constraint.hpp"
#include <proxsuite-nlp/python/polymorphic.hpp>
#include <proxsuite-nlp/constraint-base.hpp>
#include <eigenpy/deprecation-policy.hpp>
Go to the source code of this file.
Namespaces | |
namespace | aligator |
Main package namespace. | |
namespace | aligator::python |
The Python bindings. | |
Typedefs | |
using | aligator::python::PolyFunc = xyz::polymorphic<context::StageFunction> |
using | aligator::python::PolySet = xyz::polymorphic<context::ConstraintSet> |
Functions | |
context::StageConstraint * | aligator::python::make_constraint_wrap (const PolyFunc &f, const PolySet &c) |
void | aligator::python::exposeConstraint () |
Expose constraints. | |