COIN-OR::LEMON - Graph Library

Changeset 105:a3c73e9b9b2e in lemon-0.x for src/work/marci


Ignore:
Timestamp:
02/20/04 22:45:07 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@140
Message:

marci -> hugo replacements
resize -> update replacements

Location:
src/work/marci
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/dimacs.hh

    r69 r105  
    66#include <vector>
    77
    8 namespace marci {
     8namespace hugo {
    99
    1010  template<typename Graph, typename CapacityMap>
     
    5050        getline(is, str);
    5151        typename Graph::EdgeIt e=G.addEdge(nodes[i], nodes[j]);
    52         capacity.resize();
     52        capacity.update();
    5353        capacity.set(e, cap);
    5454        break;
     
    5757  }
    5858 
    59 } //namespace marci
     59} //namespace hugo
    6060
    6161#endif //DIMACS_HH
  • src/work/marci/edmonds_karp_demo.cc

    r100 r105  
    77#include <time_measure.h>
    88
    9 using namespace marci;
     9using namespace hugo;
    1010
    1111// Use a DIMACS max flow file as stdin.
  • src/work/marci/graph_wrapper.h

    r76 r105  
    33#define GRAPH_WRAPPER_H
    44
    5 namespace marci {
     5namespace hugo {
    66
    77  template<typename Graph>
     
    574574
    575575
    576 } //namespace marci
     576} //namespace hugo
    577577
    578578#endif //GRAPH_WRAPPER_H
  • src/work/marci/preflow_demo_athos.cc

    r82 r105  
    77#include <time_measure.h>
    88
    9 using namespace marci;
     9using namespace hugo;
    1010
    1111// Use a DIMACS max flow file as stdin.
  • src/work/marci/preflow_demo_jacint.cc

    r100 r105  
    88#include <time_measure.h>
    99
    10 using namespace marci;
     10using namespace hugo;
    1111
    1212// Use a DIMACS max flow file as stdin.
Note: See TracChangeset for help on using the changeset viewer.