COIN-OR::LEMON - Graph Library

Changeset 136:e342e66d9762 in lemon-0.x for src/work/alpar


Ignore:
Timestamp:
02/27/04 15:20:47 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@183
Message:

Zoli listaja

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/alpar/smart_graph.h

    r130 r136  
    7777
    7878    SmartGraph() : nodes(), edges() { }
     79    SmartGraph(const SmartGraph &_g) : nodes(_g.nodes), edges(_g.edges) { }
    7980   
    8081    ~SmartGraph()
Note: See TracChangeset for help on using the changeset viewer.