- 3.0.2 optimal control module.
|
#include <Eigen/Sparse>
#include <ct/core/math/DerivativesCppadJIT.h>
#include <ct/optcon/nlp/OptVector.h>
#include <ct/optcon/nlp/DiscreteConstraintContainerBase.h>
#include <ct/optcon/nlp/DiscreteCostEvaluatorBase.h>
Go to the source code of this file.
Classes | |
class | ct::optcon::tpl::Nlp< SCALAR > |
The NLP base class. This class serves as abstract base class to use as an interface to the NLP solver IPOPT and SNOPT. More... | |
Namespaces | |
ct | |
ct::optcon | |
ct::optcon::tpl | |
Typedefs | |
using | ct::optcon::Nlp = tpl::Nlp< double > |