aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
linesearch.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <proxsuite-nlp/linesearch-armijo.hpp>
4
5namespace aligator {
6
7using proxsuite::nlp::Linesearch;
8using proxsuite::nlp::LinesearchStrategy;
9
10} // namespace aligator
Main package namespace.