COIN-OR::LEMON - Graph Library

Changeset 1127:2dea256cb988 in lemon-0.x for src/lemon/fib_heap.h


Ignore:
Timestamp:
02/06/05 15:38:00 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1526
Message:

Document state_enum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/fib_heap.h

    r967 r1127  
    7979   
    8080  public:
     81    ///Status of the nodes
    8182    enum state_enum {
     83      ///The node is in the heap
    8284      IN_HEAP = 0,
     85      ///The node has never been in the heap
    8386      PRE_HEAP = -1,
     87      ///The node was in the heap but it got out of it
    8488      POST_HEAP = -2
    8589    };
Note: See TracChangeset for help on using the changeset viewer.