kpeter@2: /* -*- mode: C++; indent-tabs-mode: nil; -*- kpeter@2: * kpeter@2: * This file is a part of LEMON, a generic C++ optimization library. kpeter@2: * kpeter@32: * Copyright (C) 2003-2010 kpeter@2: * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport kpeter@2: * (Egervary Research Group on Combinatorial Optimization, EGRES). kpeter@2: * kpeter@2: * Permission to use, modify and distribute this software is granted kpeter@2: * provided that this copyright notice appears in all copies. For kpeter@2: * precise terms see the accompanying LICENSE file. kpeter@2: * kpeter@2: * This software is provided "AS IS" with no warranty of any kind, kpeter@2: * express or implied, and with no claim as to its suitability for any kpeter@2: * purpose. kpeter@2: * kpeter@2: */ kpeter@2: kpeter@2: namespace lemon { kpeter@2: /** kpeter@2: \mainpage LEMON Tutorial kpeter@2: kpeter@26: \section sec_toc Table of Contents kpeter@2: alpar@10: [TOC] kpeter@2: kpeter@2: */ kpeter@2: }