COIN-OR::LEMON - Graph Library

Changeset 1979:c2992fd74dad in lemon-0.x for lemon/Makefile.am


Ignore:
Timestamp:
02/22/06 19:26:56 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2569
Message:

Mergeing extendermerge branch
Changes:

the extender system
resize for static size graph
UGraphExtender => UndirectGraphExtender?

UGraphExtenders with changed meaning

Some UGraphExtender /SubUGraphExtenders, DirectUGraphExtender/
GridGraph? => GridUGraph
radix sort to ansi compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r1977 r1979  
    4141        fredman_tarjan.h \
    4242        full_graph.h \
    43         grid_graph.h \
     43        grid_ugraph.h \
    4444        graph_adaptor.h \
    4545        graph_utils.h \
     
    7676        topology.h \
    7777        traits.h \
     78        ugraph_adaptor.h \
    7879        unionfind.h \
    7980        xy.h \
     
    8889        bits/array_map.h \
    8990        bits/default_map.h \
     91        bits/static_map.h \
    9092        bits/vector_map.h \
    91         bits/iterable_graph_extender.h \
    92         bits/extendable_graph_extender.h \
    93         bits/clearable_graph_extender.h \
    94         bits/erasable_graph_extender.h \
     93        bits/map_extender.h \
    9594        bits/graph_extender.h \
    96         bits/map_extender.h \
    97         bits/static_map.h \
     95        bits/graph_adaptor_extender.h \
     96        bits/edge_set_extender.h \
    9897        bits/item_reader.h \
    9998        bits/item_writer.h \
Note: See TracChangeset for help on using the changeset viewer.