The graph adadptors can be alteration observed.
In most cases it uses the adapted graph alteration notifiers.
Only special case is now the UndirGraphAdaptor, where
we have to proxy the signals from the graph.
The SubBidirGraphAdaptor is removed, because it doest not
gives more feature than the EdgeSubGraphAdaptor<UndirGraphAdaptor<Graph>>.
The ResGraphAdaptor is based on this composition.
1 AM_CPPFLAGS = -I$(top_srcdir)
2 LDADD = $(top_builddir)/lemon/libemon.la
4 EXTRA_DIST = sub_graph_adaptor_demo.dim
16 sub_graph_adaptor_demo \
24 noinst_PROGRAMS += lp_demo lp_maxflow_demo
27 noinst_PROGRAMS += lp_demo lp_maxflow_demo
32 dim_to_dot_SOURCES = dim_to_dot.cc
34 dijkstra_demo_SOURCES = dijkstra_demo.cc
36 eps_demo_SOURCES = eps_demo.cc
38 reader_writer_demo_SOURCES = reader_writer_demo.cc
40 dim_to_lgf_SOURCES = dim_to_lgf.cc
42 coloring_SOURCES = coloring.cc
44 graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
46 grid_ugraph_demo_SOURCES = grid_ugraph_demo.cc
48 graph_orientation_SOURCES = graph_orientation.cc
50 min_route_SOURCES = min_route.cc
52 hello_lemon_SOURCES = hello_lemon.cc
54 sub_graph_adaptor_demo_SOURCES = \
55 sub_graph_adaptor_demo.cc \
56 tight_edge_filter_map.h
58 lp_demo_SOURCES = lp_demo.cc
59 lp_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
61 lp_maxflow_demo_SOURCES = lp_maxflow_demo.cc
62 lp_maxflow_demo_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
64 descriptor_map_demo_SOURCES = descriptor_map_demo.cc
66 topology_demo_SOURCES = topology_demo.cc
68 simann_maxcut_demo_SOURCES = simann_maxcut_demo.cc