COIN-OR::LEMON - Graph Library

Changeset 1744:51d5d41e15b1 in lemon-0.x for test


Ignore:
Timestamp:
10/26/05 13:09:29 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2272
Message:

Removing old input/output functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/heap_test.cc

    r1728 r1744  
    5656  std::ifstream input(f_name.c_str());
    5757  check(input, "Input file '" << f_name << "' not found.");
    58   readGraph(input, graph, length, start); 
     58  GraphReader<Graph>(input, graph).
     59    readEdgeMap("length", length).
     60    readNode("source", start).
     61    run(); 
    5962 
    6063  {
Note: See TracChangeset for help on using the changeset viewer.