#include <boost/config.hpp>
#include <boost/graph/adjacency_list.hpp>
Go to the source code of this file.
|
| pgrouting |
| Book keeping class for swapping orders between vehicles.
|
|
|
typedef boost::adjacency_list< boost::listS, boost::vecS, boost::directedS, boost::property< boost::vertex_index_t, int64_t, boost::property< boost::vertex_color_t, boost::default_color_type, boost::property< boost::vertex_distance_t, int64_t, boost::property< boost::vertex_predecessor_t, Traits::edge_descriptor > > > >, boost::property< boost::edge_capacity_t, int64_t, boost::property< boost::edge_residual_capacity_t, int64_t, boost::property< boost::edge_reverse_t, Traits::edge_descriptor > > > > | pgrouting::FlowGraph |
|