42 #include <boost/graph/adjacency_list.hpp>
44 #include <Eigen/StdVector>
52 template <
class ValueType>
54 using type = std::vector<ValueType, Eigen::aligned_allocator<ValueType>>;
59 using type = allow_parallel_edge_tag;
65 enum { value =
true };
72 template <
class ValueType>
74 using type = std::list<ValueType, Eigen::aligned_allocator<ValueType>>;
79 using type = allow_parallel_edge_tag;
85 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