COIN-OR::LEMON - Graph Library

Changeset 2533:aea952a1af99 in lemon-0.x for lemon/capacity_scaling.h


Ignore:
Timestamp:
12/05/07 02:43:02 (16 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3410
Message:

Bug fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/capacity_scaling.h

    r2509 r2533  
    6767  /// \author Peter Kovacs
    6868
    69 template < typename Graph,
    70            typename LowerMap = typename Graph::template EdgeMap<int>,
    71            typename CapacityMap = LowerMap,
    72            typename CostMap = typename Graph::template EdgeMap<int>,
    73            typename SupplyMap = typename Graph::template NodeMap
    74                                 <typename CapacityMap::Value> >
     69  template < typename Graph,
     70             typename LowerMap = typename Graph::template EdgeMap<int>,
     71             typename CapacityMap = LowerMap,
     72             typename CostMap = typename Graph::template EdgeMap<int>,
     73             typename SupplyMap = typename Graph::template NodeMap
     74                                  <typename CapacityMap::Value> >
    7575  class CapacityScaling
    7676  {
     
    639639      }
    640640#ifdef _DEBUG_ITER_
    641       std::cout << "Cost Scaling algorithm finished with running Dijkstra algorithm "
     641      std::cout << "Capacity Scaling algorithm finished with running Dijkstra algorithm "
    642642        << dijk_num << " times." << std::endl;
    643643#endif
Note: See TracChangeset for help on using the changeset viewer.