#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"
Go to the source code of this file.
|
| 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.
|
|