aligator
0.9.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
|
Simple struct holding together a function and set, to describe a constraint. More...
#include <aligator/core/constraint.hpp>
Public Attributes | |
xyz::polymorphic< StageFunctionTpl< Scalar > > | func |
xyz::polymorphic< ConstraintSetTpl< Scalar > > | set |
Simple struct holding together a function and set, to describe a constraint.
xyz::polymorphic<StageFunctionTpl<Scalar> > aligator::StageConstraintTpl< Scalar >::func |
Definition at line 16 of file constraint.hpp.
xyz::polymorphic<ConstraintSetTpl<Scalar> > aligator::StageConstraintTpl< Scalar >::set |
Definition at line 17 of file constraint.hpp.