8#include <boost/graph/adjacency_list.hpp>
10namespace nxpp::storage {
12using Vec = boost::vecS;
14using Set = boost::setS;
boost::setS Set
Unique out-edges only; incompatible with Multi=true.
Definition storage.hpp:14
boost::vecS Vec
Default dense selector used by nxpp graph aliases.
Definition storage.hpp:12
boost::listS List
Stable descriptors with slower index-oriented lookup.
Definition storage.hpp:13