COIN-OR::LEMON - Graph Library

Changeset 806:93246c00cd24 in lemon-0.x for src/hugo/skeletons/path.h


Ignore:
Timestamp:
09/06/04 10:55:06 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1100
Message:

Minor changes in doc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/skeletons/path.h

    r803 r806  
    11// -*- c++ -*- //
    2 
    3 /**
    4 @defgroup paths Path Structures
    5 @ingroup datas
    6 \brief Path structures implemented in Hugo.
    7 
    8 Hugolib provides flexible data structures
    9 to work with paths.
    10 
    11 All of them have the same interface, especially they can be built or extended
    12 using a standard Builder subclass. This make is easy to have e.g. the Dijkstra
    13 algorithm to store its result in any kind of path structure.
    14 
    15 */
    162
    173///\ingroup paths
     
    228#define HUGO_PATH_H
    239
    24 #include <deque>
    25 #include <vector>
    26 #include <algorithm>
    27 
    2810#include <hugo/invalid.h>
    29 #include <hugo/error.h>
    30 #include <debug.h>
    3111
    3212namespace hugo {
     
    3616   
    3717   
    38     //! \brief A structure for representing directed path in a graph.
     18    //! \brief A skeletom structure for representing directed paths in a graph.
    3919    //!
    40     //! A structure for representing directed path in a graph.
     20    //! A skeleton structure for representing directed paths in a graph.
    4121    //! \param GR The graph type in which the path is.
    4222    //!
Note: See TracChangeset for help on using the changeset viewer.