COIN-OR::LEMON - Graph Library

Changeset 783:2e20aad15754 in lemon for test/graph_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/graph_test.cc

    r463 r783  
    3939  checkGraphArcList(G, 0);
    4040
     41  G.reserveNode(3);
     42  G.reserveEdge(3);
     43
    4144  Node
    4245    n1 = G.addNode(),
Note: See TracChangeset for help on using the changeset viewer.