COIN-OR::LEMON - Graph Library

Changeset 642:e812963087f0 in lemon-0.x for src/work/marci/macro_test.cc


Ignore:
Timestamp:
05/14/04 20:28:57 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@840
Message:

To avoid confusion my old ListGraph? is can be used under name SageGraph?, work/sage_graph.h contains it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/macro_test.cc

    r640 r642  
    33#include <fstream>
    44
    5 #include <list_graph.h>
     5#include <sage_graph.h>
    66#include <hugo/for_each_macros.h>
    77
     
    1010int main()
    1111{
    12   typedef ListGraph Graph;
     12  typedef SageGraph Graph;
    1313  Graph g;
    1414  Graph::Node n1=g.addNode();
Note: See TracChangeset for help on using the changeset viewer.