COIN-OR::LEMON - Graph Library

Changeset 873:f3a30fda2e49 in lemon-0.x for src/hugo/skeletons/graph.h


Ignore:
Timestamp:
09/16/04 21:23:41 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1175
Message:
File:
1 edited

Legend:

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

    r826 r873  
    433433    /// with additional functionality which enables to build a
    434434    /// graph from scratch.
    435     class GraphSkeleton : public StaticGraphSkeleton
     435    class ExtendableGraphSkeleton : public StaticGraphSkeleton
    436436    {
    437437    public:
     
    440440      /// Defalult constructor.
    441441      ///
    442       GraphSkeleton() { }
     442      ExtendableGraphSkeleton() { }
    443443      ///Add a new node to the graph.
    444444
     
    465465    /// This class is an extension of \c GraphSkeleton. It also makes it
    466466    /// possible to erase edges or nodes.
    467     class ErasableGraphSkeleton : public GraphSkeleton
     467    class ErasableGraphSkeleton : public ExtendableGraphSkeleton
    468468    {
    469469    public:
Note: See TracChangeset for help on using the changeset viewer.