diff -r 5dccf1916ed8 -r 6205eebd62fc doc/mainpage1.dox
--- a/doc/mainpage1.dox Thu Feb 24 14:44:17 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,37 +0,0 @@
-/**
-\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.
-
-*/