alpar@479: /**
alpar@479: \mainpage
alpar@479:
ladanyi@666: \section intro Introduction
alpar@479:
alpar@921: \subsection whatis What is LEMON
ladanyi@666:
alpar@921: LEMON stands for
alpar@926: Library of Efficient Models
alpar@926: and Optimization in Networks.
alpar@670: It is a C++ template
alpar@670: library aimed at combinatorial optimization tasks which
alpar@670: often involve in working
ladanyi@666: with graphs. As the name also suggests, its development was started by
ladanyi@666: Hungarian people.
ladanyi@666:
ladanyi@666: \subsection howtoread How to read this document
ladanyi@666:
alpar@921: Graph structures play central role in LEMON, so if you are new to it,
alpar@678: you probably should start \ref graphs "here".
alpar@678: You can also find this page along with others under
alpar@926: Related Pages .
ladanyi@666:
alpar@926: If you are
alpar@926: interested about data structures and algorithms in more details, then
alpar@670: you should browse the reference manual part of the documentation.
alpar@678: Section Modules
alpar@678: is a good starting point for this.
ladanyi@666:
ladanyi@666: */