Uh, long comment arrives... Zoom update does not happen after editorial steps. Nodes initial color is light blue, if there is any item under them. Strange node-text relations disappeared. Initial values of new items are given now in a more common way. The wood-cutter way of handling default values of properties is now changed.
1 AM_CPPFLAGS = -I$(top_srcdir)
3 pkgconfigdir = $(libdir)/pkgconfig
4 pkgconfig_DATA = lemon.pc
6 lib_LTLIBRARIES = libemon.la
11 libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
12 libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
15 libemon_la_SOURCES += lp_glpk.cc
19 libemon_la_SOURCES += lp_cplex.cc
22 nobase_pkginclude_HEADERS = \
60 bits/alteration_notifier.h \
64 bits/extended_pair.h \
66 bits/iterable_graph_extender.h \
67 bits/extendable_graph_extender.h \
68 bits/clearable_graph_extender.h \
69 bits/erasable_graph_extender.h \
70 bits/undir_graph_extender.h \
74 concept/graph_component.h \
75 concept/undir_graph.h \