COIN-OR::LEMON - Graph Library

Changeset 103:b68a7e348e00 in lemon for lemon/Makefile.am


Ignore:
Timestamp:
02/29/08 12:01:39 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Port kruskal() and UnionFind? from svn -r3468

The class type interface of Kruskal has not been ported yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r69 r103  
    1919        lemon/dim2.h \
    2020        lemon/error.h \
     21        lemon/kruskal.h \
    2122        lemon/list_graph.h \
    2223        lemon/maps.h \
    2324        lemon/math.h \
    2425        lemon/random.h \
    25         lemon/tolerance.h
     26        lemon/tolerance.h \
     27        lemon/unionfind.h
    2628
    2729bits_HEADERS += \
Note: See TracChangeset for help on using the changeset viewer.