COIN-OR::LEMON - Graph Library

Changeset 1724:b20777184ba8 in lemon-0.x


Ignore:
Timestamp:
10/14/05 12:58:54 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2251
Message:

Heap not for the dijkstra

It will be used in the minCut algorithm

Location:
lemon
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r1707 r1724  
    4242        johnson.h \
    4343        kruskal.h \
     44        linear_heap.h \
    4445        list_graph.h \
    4546        lp.h \
     
    4950        lp_skeleton.h \
    5051        maps.h \
     52        matrix_maps.h \
    5153        max_matching.h \
    5254        min_cost_flow.h \
     
    5860        time_measure.h \
    5961        topology.h \
     62        traits.h \
    6063        unionfind.h \
    6164        xy.h \
     
    8386        concept/graph_component.h \
    8487        concept/undir_graph.h \
     88        concept/matrix_maps.h \
    8589        concept/maps.h \
    8690        concept/heap.h \
Note: See TracChangeset for help on using the changeset viewer.