PGROUTING  3.2
pgr_costFlowGraph.hpp File Reference
#include <boost/config.hpp>
#include <boost/graph/adjacency_list.hpp>
Include dependency graph for pgr_costFlowGraph.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pgrouting
 Book keeping class for swapping orders between vehicles.
 

Typedefs

typedef boost::property_map< CostFlowGraph, boost::edge_capacity_t >::type pgrouting::Capacity
 
typedef boost::adjacency_list< boost::vecS, boost::vecS, boost::directedS, boost::no_property, boost::property< boost::edge_capacity_t, double, boost::property< boost::edge_residual_capacity_t, double, boost::property< boost::edge_reverse_t, Traits::edge_descriptor, boost::property< boost::edge_weight_t, double > > > > > pgrouting::CostFlowGraph
 
typedef boost::property_map< CostFlowGraph, boost::edge_residual_capacity_t >::type pgrouting::ResidualCapacity
 
typedef boost::property_map< CostFlowGraph, boost::edge_reverse_t >::type pgrouting::Reversed
 
typedef boost::adjacency_list_traits< boost::vecS, boost::vecS, boost::directedS > pgrouting::Traits
 
typedef boost::property_map< CostFlowGraph, boost::edge_weight_t >::type pgrouting::Weight