42 #include <boost/graph/adjacency_list.hpp>
43 #include <Eigen/StdVector>
53 template <
class ValueType>
56 using type = std::vector<ValueType, Eigen::aligned_allocator<ValueType> >;
62 using type = allow_parallel_edge_tag;
70 enum { value =
true };
79 template <
class ValueType>
82 using type = std::list<ValueType, Eigen::aligned_allocator<ValueType> >;
88 using type = allow_parallel_edge_tag;
96 enum { value =
false };
std::list< ValueType, Eigen::aligned_allocator< ValueType > > type
std::vector< ValueType, Eigen::aligned_allocator< ValueType > > type
allow_parallel_edge_tag type
allow_parallel_edge_tag type