#include <vector>
#include <algorithm>
#include <boost/config.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include <boost/pending/bucket_sorter.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
Functions | |
template<class VertexListGraph , class Order , class Degree , class Marker > | |
void | boost::smallest_last_vertex_ordering (const VertexListGraph &G, Order order, Degree degree, Marker marker) |
template<class VertexListGraph , class Order , class Degree , class Marker , class BucketSorter > | |
void | boost::smallest_last_vertex_ordering (const VertexListGraph &G, Order order, Degree degree, Marker marker, BucketSorter °ree_buckets) |
template<class VertexListGraph , class Order > | |
void | boost::smallest_last_vertex_ordering (const VertexListGraph &G, Order order) |
template<class VertexListGraph > | |
std::vector< typename graph_traits< VertexListGraph > ::vertex_descriptor > | boost::smallest_last_vertex_ordering (const VertexListGraph &G) |