COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
10/30/06 13:07:52 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3027
Message:

Bug fix for removing heap Item from template parameter list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/all_pairs_shortest_path_test.cc

    r2242 r2269  
    7575  }
    7676
    77   typedef FibHeap<Node, int, Graph::NodeMap<int> > IntFibHeap;
     77  typedef FibHeap<int, Graph::NodeMap<int> > IntFibHeap;
    7878  Johnson<Graph, LengthMap>::DefStandardHeap<IntFibHeap>
    7979    ::Create fibJohnson(graph, length);
Note: See TracChangeset for help on using the changeset viewer.