COIN-OR::LEMON - Graph Library

Changeset 1204:c3e29c6ae4e4 in lemon-0.x for src/lemon/fib_heap.h


Ignore:
Timestamp:
03/07/05 09:54:45 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1617
Message:

Minor doc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/fib_heap.h

    r1185 r1204  
    4545  ///\param Item Type of the items to be stored. 
    4646  ///\param Prio Type of the priority of the items.
    47   ///\param ItemIntMap A read and writable Item int map, for the usage of
    48   ///the heap.
     47  ///\param ItemIntMap A read and writable Item int map, used internally
     48  ///to handle the cross references.
    4949  ///\param Compare A class for the ordering of the priorities. The
    5050  ///default is \c std::less<Prio>.
Note: See TracChangeset for help on using the changeset viewer.