COIN-OR::LEMON - Graph Library

Changeset 921:818510fa3d99 in lemon-0.x for src/lemon/preflow.h


Ignore:
Timestamp:
09/29/04 17:30:04 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1232
Message:

hugo -> lemon

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/lemon/preflow.h

    r920 r921  
    11/* -*- C++ -*-
    2  * src/hugo/preflow.h - Part of HUGOlib, a generic C++ optimization library
     2 * src/lemon/preflow.h - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1515 */
    1616
    17 #ifndef HUGO_PREFLOW_H
    18 #define HUGO_PREFLOW_H
     17#ifndef LEMON_PREFLOW_H
     18#define LEMON_PREFLOW_H
    1919
    2020#include <vector>
    2121#include <queue>
    2222
    23 #include <hugo/invalid.h>
    24 #include <hugo/maps.h>
     23#include <lemon/invalid.h>
     24#include <lemon/maps.h>
    2525
    2626/// \file
     
    2828/// Implementation of the preflow algorithm.
    2929
    30 namespace hugo {
     30namespace lemon {
    3131
    3232  /// \addtogroup flowalgs
     
    4545  ///setFlow.
    4646  ///
    47   ///After running \ref hugo::Preflow::phase1() "phase1()"
    48   ///or \ref hugo::Preflow::run() "run()", the maximal flow
     47  ///After running \ref lemon::Preflow::phase1() "phase1()"
     48  ///or \ref lemon::Preflow::run() "run()", the maximal flow
    4949  ///value can be obtained by calling \ref flowValue(). The minimum
    5050  ///value cut can be written into a <tt>bool</tt> node map by
     
    811811
    812812  };
    813 } //namespace hugo
    814 
    815 #endif //HUGO_PREFLOW_H
    816 
    817 
    818 
    819 
     813} //namespace lemon
     814
     815#endif //LEMON_PREFLOW_H
     816
     817
     818
     819
Note: See TracChangeset for help on using the changeset viewer.