COIN-OR::LEMON - Graph Library

Changeset 480:4fb0d1e166ea in lemon-0.x


Ignore:
Timestamp:
04/29/04 18:30:39 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@637
Message:

corrections

Location:
src/work
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • src/work/jacint/max_flow.h

    r478 r480  
    3434*/
    3535
    36 #ifndef HUGO_PREFLOW_H
    37 #define HUGO_PREFLOW_H
     36#ifndef HUGO_MAX_FLOW_H
     37#define HUGO_MAX_FLOW_H
    3838
    3939#define H0 20
     
    10101010} //namespace hugo
    10111011
    1012 #endif //HUGO_PREFLOW_H
    1013 
    1014 
    1015 
    1016 
     1012#endif //HUGO_MAX_FLOW_H
     1013
     1014
     1015
     1016
  • src/work/marci/bipartite_graph_wrapper_test.cc

    r476 r480  
    1212#include <graph_wrapper.h>
    1313#include <maps.h>
    14 #include <preflow.h>
     14#include <max_flow.h>
    1515
    1616using namespace hugo;
  • src/work/marci/bipartite_matching_try.cc

    r476 r480  
    1313#include <graph_wrapper.h>
    1414#include <maps.h>
    15 #include <preflow.h>
     15#include <max_flow.h>
    1616
    1717/**
  • src/work/marci/lg_vs_sg.cc

    r476 r480  
    77#include <smart_graph.h>
    88#include <dimacs.h>
    9 #include <preflow.h>
     9#include <max_flow.h>
    1010#include <time_measure.h>
    1111#include <for_each_macros.h>
  • src/work/marci/max_flow_demo.cc

    r476 r480  
    88#include <time_measure.h>
    99//#include <graph_wrapper.h>
    10 #include <preflow.h>
     10#include <max_flow.h>
    1111//#include <preflow_res.h>
    1212#include <for_each_macros.h>
Note: See TracChangeset for help on using the changeset viewer.