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

    r640 r642  
    55#include <cstdlib>
    66
    7 #include <list_graph.h>
     7#include <sage_graph.h>
    88//#include <smart_graph.h>
    99//#include <dimacs.h>
     
    4141
    4242int main() {
    43   typedef UndirListGraph Graph;
     43  typedef UndirSageGraph Graph;
    4444  typedef Graph::Node Node;
    4545  typedef Graph::NodeIt NodeIt;
     
    167167    max_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, max_flow);
    168168//  while (max_flow_test.augmentOnShortestPath()) { }
    169   typedef ListGraph MutableGraph;
     169  typedef SageGraph MutableGraph;
    170170//  while (max_flow_test.augmentOnBlockingFlow1<MutableGraph>()) {
    171171  while (max_flow_test.augmentOnBlockingFlow2()) {
Note: See TracChangeset for help on using the changeset viewer.