Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
smallest_last_ordering.hpp File Reference
#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>
Include dependency graph for smallest_last_ordering.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 &degree_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)