/* -*- mode: C++; indent-tabs-mode: nil; -*- * * This file is a part of LEMON, a generic C++ optimization library. * * Copyright (C) 2003-2008 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * * Permission to use, modify and distribute this software is granted * provided that this copyright notice appears in all copies. For * precise terms see the accompanying LICENSE file. * * This software is provided "AS IS" with no warranty of any kind, * express or implied, and with no claim as to its suitability for any * purpose. * */ /** \page intro Introduction \section intro_lemon 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". \section intro_tutorial LEMON Tutorial This tutorial introduces the reader to the basic concepts and features of LEMON, and there are some sections about advanced topics showing the power of the various tools implemented in the library. After getting familiar with the basic concepts you may start using LEMON with the help of the detailed documentation (that can also be used as a reference manual). */