COIN-OR::LEMON - Graph Library

Changeset 642:e812963087f0 in lemon-0.x for src/work/marci/max_flow_1.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/max_flow_1.cc

    r640 r642  
    33#include <fstream>
    44
    5 #include <list_graph.h>
     5#include <sage_graph.h>
    66#include <hugo/smart_graph.h>
    77#include <hugo/dimacs.h>
     
    2020int main(int, char **) {
    2121
    22   typedef ListGraph MutableGraph;
     22  typedef SageGraph MutableGraph;
    2323
    2424  typedef SmartGraph Graph;
Note: See TracChangeset for help on using the changeset viewer.