NetworkSimplex::ReducedCostMap Class Reference
List of all members.
Detailed Description
template<typename Graph, typename LowerMap = typename Graph::template EdgeMap<int>, typename CapacityMap = typename Graph::template EdgeMap<int>, typename CostMap = typename Graph::template EdgeMap<int>, typename SupplyMap = typename Graph::template NodeMap<int>>
class lemon::NetworkSimplex< Graph, LowerMap, CapacityMap, CostMap, SupplyMap >::ReducedCostMap
Map adaptor class for handling reduced edge costs.
|
Public Member Functions |
| ReducedCostMap (const SGraph &gr, const SCostMap &cost_map, const SPotentialMap &pot_map) |
|
|
Cost | operator[] (const Edge &e) const |
|
|
The documentation for this class was generated from the following file: