PGROUTING  3.2
pgr_contractionGraph.hpp File Reference
#include <boost/graph/iteration_macros.hpp>
#include <limits>
#include <algorithm>
#include <vector>
#include <iostream>
#include <tuple>
#include "cpp_common/pgr_base_graph.hpp"
#include "cpp_common/ch_vertex.h"
#include "cpp_common/ch_edge.h"
Include dependency graph for pgr_contractionGraph.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pgrouting::graph::Pgr_contractionGraph< G >
 

Namespaces

 pgrouting
 Book keeping class for swapping orders between vehicles.
 
 pgrouting::graph
 boost::graph simplified to pgRouting needs This class gives the handling basics of a boost::graph of kind G where G: can be an undirected graph or a directed graph.