PGROUTING  3.2
pgr_sequentialVertexColoring.hpp File Reference

The main file which calls the respective boost function. More...

#include <boost/property_map/property_map.hpp>
#include <boost/graph/graph_traits.hpp>
#include <boost/property_map/vector_property_map.hpp>
#include <boost/type_traits.hpp>
#include <boost/graph/adjacency_list.hpp>
#include <boost/graph/sequential_vertex_coloring.hpp>
#include <algorithm>
#include <vector>
#include <map>
#include "cpp_common/pgr_base_graph.hpp"
#include "cpp_common/interruption.h"
Include dependency graph for pgr_sequentialVertexColoring.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pgrouting::functions::Pgr_sequentialVertexColoring< G >
 

Namespaces

 pgrouting
 Book keeping class for swapping orders between vehicles.
 
 pgrouting::functions
 

Detailed Description

The main file which calls the respective boost function.

Contains actual implementation of the function and the calling of the respective boost function.

Definition in file pgr_sequentialVertexColoring.hpp.