/* -*- 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.
*
*/
namespace lemon {
/**
\mainpage LEMON Tutorial
\section toc Table of Contents
- \ref intro "Introduction"
- \ref getting_started "Getting Started"
- \ref hello_lemon "Compile Your First Code"
- \ref hello_lemon_system "If LEMON is Installed System-Wide"
- \ref hello_lemon_user "If LEMON is Installed User-Local"
- \ref hello_lemon_pkg_config "Use pkg-config"
- \ref basic_concepts "Basic Concepts"
- \ref digraph_build "Build and Modify a Digraph"
- \ref digraph_iterate "Iterate Over the Elements"
- \ref standard_maps "Maps - Assign Data to Graphs"
- \ref algorithms "Algorithms"
- \ref alg_bfs_dfs "BFS, DFS - Graph Search"
- \ref alg_dijkstra "Dijkstra - Shorthest Path"
- \ref alg_kruskal "Kruskal - Minimum Spanning Tree"
- \ref undir_graphs "Undirected Graphs"
- \ref tools "Some Important Auxiliary Tools"
- \ref lgf "LEMON Graph Format"
- \ref glemon "gLemon - A Graph Editor for LEMON"
- \ref graph_to_eps "GraphToEps - Postscript Exporting"
- \ref time_count "Time Measuring and Counting"
- \ref random "Random Numbers"
- \ref advanced "Advanced Topics"
- \ref maps "Maps"
- \ref map_concepts "Read/Write/Reference Maps"
- \ref custom_maps "Custom Maps"
- \ref map_adaptors "Map Adaptors"
- \ref special_maps "Other Special Purpose Maps"
- \ref graphs "Graphs"
- \ref graph_adaptors "Graph Adaptors"
- \ref special_graphs "Special Graph Structures"
- \ref named_params "Named Parameters"
- \ref alg_named_params "Customizing Algorithms"
- \ref lp "LP and MIP Solvers"
- \ref appendix "Appendix"
- \ref install "Install LEMON"
- \ref install_system "Install System Wide"
- \ref install_system_source "From Source"
- \ref install_system_rpm "From rpm"
- \ref install_user "Install Locally to the User"
*/
}