alpar@40: /* -*- C++ -*-
alpar@40: *
alpar@40: * This file is a part of LEMON, a generic C++ optimization library
alpar@40: *
alpar@40: * Copyright (C) 2003-2008
alpar@40: * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
alpar@40: * (Egervary Research Group on Combinatorial Optimization, EGRES).
alpar@40: *
alpar@40: * Permission to use, modify and distribute this software is granted
alpar@40: * provided that this copyright notice appears in all copies. For
alpar@40: * precise terms see the accompanying LICENSE file.
alpar@40: *
alpar@40: * This software is provided "AS IS" with no warranty of any kind,
alpar@40: * express or implied, and with no claim as to its suitability for any
alpar@40: * purpose.
alpar@40: *
alpar@40: */
alpar@40:
alpar@40: /**
alpar@40: \mainpage LEMON Documentation
alpar@40:
alpar@40: \section intro Introduction
alpar@40:
alpar@40: \subsection whatis What is LEMON
alpar@40:
alpar@40: LEMON stands for
alpar@40: Library of Efficient Models
alpar@40: and Optimization in Networks.
alpar@40: It is a C++ template
alpar@40: library aimed at combinatorial optimization tasks which
alpar@40: often involve in working
alpar@40: with graphs.
alpar@40:
alpar@40:
alpar@40: LEMON is an open source
alpar@40: project.
alpar@40: You are free to use it in your commercial or
alpar@40: non-commercial applications under very permissive
alpar@40: \ref license "license terms".
alpar@40:
alpar@40:
alpar@40: \subsection howtoread How to read the documentation
alpar@40:
alpar@40: If you want to get a quick start and see the most important features then
alpar@40: take a look at our \ref quicktour
alpar@40: "Quick Tour to LEMON" which will guide you along.
alpar@40:
alpar@40: If you already feel like using our library, see the page that tells you
alpar@40: \ref getstart "How to start using LEMON".
alpar@40:
alpar@40: If you
alpar@40: want to see how LEMON works, see
alpar@40: some \ref demoprograms "demo programs"!
alpar@40:
alpar@40: If you know what you are looking for then try to find it under the
alpar@40: Modules
alpar@40: section.
alpar@40:
alpar@40:
alpar@40: */