robotoc
robotoc - efficient ROBOT Optimal Control solvers
Loading...
Searching...
No Matches
solution.hpp
Go to the documentation of this file.
1
#ifndef ROBOTOC_SOLUTION_HPP_
2
#define ROBOTOC_SOLUTION_HPP_
3
4
#include <iostream>
5
6
#include "
robotoc/core/split_solution.hpp
"
7
#include "
robotoc/utils/aligned_vector.hpp
"
8
9
10
namespace
robotoc
{
11
16
using
Solution
=
aligned_vector<SplitSolution>
;
17
18
std::ostream&
operator<<
(std::ostream& os,
const
Solution
& s);
19
20
}
// namespace robotoc
21
22
#endif
// ROBOTOC_SOLUTION_HPP_
aligned_vector.hpp
robotoc
Definition:
constraint_component_base.hpp:17
robotoc::operator<<
std::ostream & operator<<(std::ostream &os, const Direction &d)
robotoc::Solution
aligned_vector< SplitSolution > Solution
Solution to the optimal control problem.
Definition:
solution.hpp:16
robotoc::aligned_vector
std::vector< T, Eigen::aligned_allocator< T > > aligned_vector
std vector with Eigen::aligned_allocator.
Definition:
aligned_vector.hpp:14
split_solution.hpp
include
robotoc
core
solution.hpp
Generated by
1.9.5