COIN-OR::LEMON - Graph Library

Changeset 701:d1a9224f1e30 in lemon-1.2 for lemon/Makefile.am


Ignore:
Timestamp:
07/09/09 02:38:01 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Add fourary, k-ary, pairing and binomial heaps (#301)
These structures were implemented by Dorian Batha.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r681 r701  
    6060        lemon/bfs.h \
    6161        lemon/bin_heap.h \
     62        lemon/binom_heap.h \
    6263        lemon/bucket_heap.h \
    6364        lemon/cbc.h \
     
    7980        lemon/euler.h \
    8081        lemon/fib_heap.h \
     82        lemon/fourary_heap.h \
    8183        lemon/full_graph.h \
    8284        lemon/glpk.h \
     
    8587        lemon/grid_graph.h \
    8688        lemon/hypercube_graph.h \
     89        lemon/kary_heap.h \
    8790        lemon/kruskal.h \
    8891        lemon/hao_orlin.h \
     
    100103        lemon/nauty_reader.h \
    101104        lemon/network_simplex.h \
     105        lemon/pairing_heap.h \
    102106        lemon/path.h \
    103107        lemon/preflow.h \
Note: See TracChangeset for help on using the changeset viewer.