athos@1169: /**
athos@1169: \mainpage LEMON Documentation
athos@1169:
athos@1169: \section intro Introduction
athos@1169:
athos@1169: \subsection whatis What is LEMON
athos@1169:
athos@1169: LEMON stands for
athos@1169: Library of Efficient Models
athos@1169: and Optimization in Networks.
athos@1169: It is a C++ template
athos@1169: library aimed at combinatorial optimization tasks which
athos@1169: often involve in working with graphs.
athos@1169:
athos@1169:
athos@1169: LEMON is an open source
athos@1169: project.
athos@1169: You are free to use it in your commercial or
athos@1169: non-commercial applications under very permissive
athos@1169: \ref license "license terms".
athos@1169:
athos@1169:
athos@1169: \subsection howtoread How to read this document
athos@1169:
athos@1169: \ref graphs "Graph structures"
athos@1169: play central role in LEMON, so if you are new to it,
athos@1169: you probably should start \ref graphs "here".
athos@1169: You can also find this page along with others under
athos@1169: Related Pages .
athos@1169:
athos@1169: If you are
athos@1169: interested in data structures and algorithms in more details, then
athos@1169: you should browse the reference manual part of the documentation.
athos@1169: Section Modules
athos@1169: is a good starting point for this.
athos@1169:
athos@1169: */