COIN-OR::LEMON - Graph Library

Changeset 783:2e20aad15754 in lemon for test/digraph_test.cc


Ignore:
Timestamp:
08/23/09 11:10:40 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Add reserve functions to ListGraph? and SmartGraph? (#311)
ListDigraph? and SmartDigraph? already have such functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/digraph_test.cc

    r463 r783  
    3636  checkGraphArcList(G, 0);
    3737
     38  G.reserveNode(3);
     39  G.reserveArc(4);
     40
    3841  Node
    3942    n1 = G.addNode(),
Note: See TracChangeset for help on using the changeset viewer.