Typedef graspi::graph_t

Typedef Documentation

typedef boost::adjacency_list<boost::setS, boost::vecS, boost::undirectedS, boost::no_property, boost::no_property> graspi::graph_t

graph_t is the alias of the graph type from boost library

where graph_t is stored as adjacency list with two containers: boost::setS - is the set of edges boost::vecS - is the vector of vertices the graph is undirected all remaining parameters are unset