diff -r 66400041ef2a -r 8b06fbd5712c doc/mainpage1.dox --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/mainpage1.dox Tue Feb 22 10:29:21 2005 +0000 @@ -0,0 +1,37 @@ +/** +\mainpage LEMON Documentation + +\section intro Introduction + +\subsection whatis What is LEMON + +LEMON stands for +Library of Efficient Models +and Optimization in Networks. +It is a C++ template +library aimed at combinatorial optimization tasks which +often involve in working with graphs. + + +LEMON is an open source +project. +You are free to use it in your commercial or +non-commercial applications under very permissive +\ref license "license terms". + + +\subsection howtoread How to read this document + +\ref graphs "Graph structures" +play central role in LEMON, so if you are new to it, +you probably should start \ref graphs "here". +You can also find this page along with others under + Related Pages . + +If you are +interested in data structures and algorithms in more details, then +you should browse the reference manual part of the documentation. +Section Modules + is a good starting point for this. + +*/