COIN-OR::LEMON - Graph Library

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/top_sort_test.cc

    r640 r642  
    66#include <hugo/dimacs.h>
    77#include <bfs_dfs_misc.h>
    8 #include <list_graph.h>
     8#include <sage_graph.h>
    99#include <hugo/graph_wrapper.h>
    1010#include <hugo/maps.h>
     
    1717
    1818int main() {
    19   typedef ListGraph Graph;
     19  typedef SageGraph Graph;
    2020  Graph g;
    2121  readDimacs(std::cin, g);
Note: See TracChangeset for help on using the changeset viewer.