COIN-OR::LEMON - Graph Library

Changeset 376:5c12f3515452 in lemon-0.x for src/work/jacint


Ignore:
Timestamp:
04/22/04 18:07:17 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@506
Message:

preflow mods

File:
1 edited

Legend:

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

    r374 r376  
    4141*/
    4242
    43 #ifndef HUGO_PREFLOW_H
    44 #define HUGO_PREFLOW_H
     43#ifndef HUGO_PREFLOW_PROBA_H
     44#define HUGO_PREFLOW_PROBA_H
    4545
    4646#define H0 20
     
    5656            typename CapMap=typename Graph::EdgeMap<T>,
    5757            typename FlowMap=typename Graph::EdgeMap<T> >
    58   class Preflow {
     58  class PreflowProba {
    5959   
    6060    typedef typename Graph::Node Node;
     
    7979 
    8080  public:
    81     Preflow(Graph& _G, Node _s, Node _t, CapMap& _capacity,
     81    PreflowProba(Graph& _G, Node _s, Node _t, CapMap& _capacity,
    8282            FlowMap& _flow, bool _constzero, bool _res ) :
    8383      G(_G), s(_s), t(_t), capacity(_capacity), flow(_flow), constzero(_constzero), res(_res) {}
     
    683683} //namespace hugo
    684684
    685 #endif //PREFLOW_H
    686 
    687 
    688 
    689 
     685#endif //PREFLOW_PROBA_H
     686
     687
     688
     689
Note: See TracChangeset for help on using the changeset viewer.