COIN-OR::LEMON - Graph Library

Changeset 107:8d62f0072ff0 in lemon-0.x for src/work/edmonds_karp.hh


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

marci -> hugo
resize -> update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/edmonds_karp.hh

    r100 r107  
    99#include <time_measure.h>
    1010
    11 namespace marci {
     11namespace hugo {
    1212
    1313  template<typename Graph, typename Number, typename FlowMap, typename CapacityMap>
     
    541541    void set(NodeIt nit, T a) { container[G.id(nit)]=a; }
    542542    T get(NodeIt nit) const { return container[G.id(nit)]; }
    543     //void resize() { container.resize(G.node_id); }
    544     //void resize(T a) { container.resize(G.node_id, a); }
     543    //void update() { container.resize(G.node_id); }
     544    //void update(T a) { container.resize(G.node_id, a); }
    545545  };
    546546*/
     
    647647
    648648
    649 } // namespace marci
     649} // namespace hugo
    650650
    651651#endif //EDMONDS_KARP_HH
Note: See TracChangeset for help on using the changeset viewer.