COIN-OR::LEMON - Graph Library

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


Ignore:
Timestamp:
09/29/04 17:30:04 (20 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/suurballe.h

    r906 r921  
    11/* -*- C++ -*-
    2  * src/hugo/suurballe.h - Part of HUGOlib, a generic C++ optimization library
     2 * src/lemon/suurballe.h - Part of LEMON, a generic C++ optimization library
    33 *
    44 * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     
    1515 */
    1616
    17 #ifndef HUGO_SUURBALLE_H
    18 #define HUGO_SUURBALLE_H
     17#ifndef LEMON_SUURBALLE_H
     18#define LEMON_SUURBALLE_H
    1919
    2020///\ingroup flowalgs
     
    2323
    2424
    25 #include <hugo/maps.h>
     25#include <lemon/maps.h>
    2626#include <vector>
    27 #include <hugo/min_cost_flow.h>
    28 
    29 namespace hugo {
     27#include <lemon/min_cost_flow.h>
     28
     29namespace lemon {
    3030
    3131/// \addtogroup flowalgs
     
    3535  /// of minimal total length
    3636  ///
    37   /// The class \ref hugo::Suurballe implements
     37  /// The class \ref lemon::Suurballe implements
    3838  /// an algorithm for finding k edge-disjoint paths
    3939  /// from a given source node to a given target node in an
     
    188188    ///then the result here will be an empty path (\c j can be 0 as well).
    189189    ///
    190     ///\param Path The type of the path structure to put the result to (must meet hugo path concept).
     190    ///\param Path The type of the path structure to put the result to (must meet lemon path concept).
    191191    ///\param p The path to put the result to
    192192    ///\param j Which path you want to get from the found paths (in a real application you would get the found paths iteratively)
     
    211211  ///@}
    212212
    213 } //namespace hugo
    214 
    215 #endif //HUGO_SUURBALLE_H
     213} //namespace lemon
     214
     215#endif //LEMON_SUURBALLE_H
Note: See TracChangeset for help on using the changeset viewer.