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