Location: LEMON/LEMON-main/demo/Makefile.am - annotation

Load file history
gravatar
kpeter (Peter Kovacs)
Improvements in groups.dox (#188) - Unify the notations used for formulas. - Add 'namespace lemon {...}' to simplify the references. - Improved doc for algorithm groups. - Extend the doc of the "shortest path" and "minimum cost flow" modules.
EXTRA_DIST += \
	demo/CMakeLists.txt \
	demo/digraph.lgf

if WANT_DEMO

noinst_PROGRAMS += \
	demo/arg_parser_demo \
	demo/graph_to_eps_demo \
	demo/lgf_demo

endif WANT_DEMO

demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc
demo_lgf_demo_SOURCES = demo/lgf_demo.cc