mainpage.dox
changeset 5 29baa4a189bf
parent 3 0cf8882c7e7c
child 7 934258c64b6b
equal deleted inserted replaced
1:302fac8183f2 2:f2b8f917ef5b
    20 /**
    20 /**
    21 \mainpage LEMON Tutorial
    21 \mainpage LEMON Tutorial
    22 
    22 
    23 \section toc Table of Contents
    23 \section toc Table of Contents
    24 
    24 
    25 <ol>
    25  - \ref intro
    26   <li>\ref intro "Introduction"</li>
    26  - \ref getting_started
    27   <li>\ref getting_started "Getting Started"</li>
    27    - \ref requirements_lemon
    28   <ul>
    28      - \ref requirements_lp
    29     <li>\ref hello_lemon "Compile Your First Code"</li>
    29    - \ref download_lemon
    30     <ul>
    30    - \ref install_lemon
    31       <li>\ref hello_lemon_system "If LEMON is Installed System-Wide"</li>
    31    - \ref hg_checkout
    32       <li>\ref hello_lemon_user "If LEMON is Installed User-Local"</li>
    32    - \ref hg_compile
    33       <ul>
    33    - \ref hello_lemon
    34         <li>\ref hello_lemon_pkg_config "Use pkg-config"</li>
    34      - \ref hello_lemon_system
    35       </ul>
    35      - \ref hello_lemon_user
    36     </ul>
    36  - \ref basic_concepts "Basic Concepts"
    37   </ul>
    37    - \ref digraph_build "Build and Modify a Digraph"
    38   <li>\ref basic_concepts "Basic Concepts"</li>
    38    - \ref digraph_iterate "Iterate Over the Elements"
    39   <ul>
    39    - \ref standard_maps "Maps - Assign Data to Graphs"
    40     <li>\ref digraph_build "Build and Modify a Digraph"</li>
    40    - \ref algorithms "Algorithms"
    41     <li>\ref digraph_iterate "Iterate Over the Elements"</li>
    41      - \ref alg_bfs_dfs "BFS, DFS - Graph Search"
    42     <li>\ref standard_maps "Maps - Assign Data to Graphs"</li>
    42      - \ref alg_dijkstra "Dijkstra - Shorthest Path"
    43     <li>\ref algorithms "Algorithms"</li>
    43      - \ref alg_kruskal "Kruskal - Minimum Spanning Tree"
    44     <ul>
    44    - \ref undir_graphs "Undirected Graphs"
    45       <li>\ref alg_bfs_dfs "BFS, DFS - Graph Search"</li>
    45  - \ref tools "Some Important Auxiliary Tools"
    46       <li>\ref alg_dijkstra "Dijkstra - Shorthest Path"</li>
    46    - \ref lgf "LEMON Graph Format"
    47       <li>\ref alg_kruskal "Kruskal - Minimum Spanning Tree"</li>
    47      - \ref glemon "gLemon - A Graph Editor for LEMON"
    48     </ul>
    48    - \ref graph_to_eps "GraphToEps - Postscript Exporting"
    49     <li>\ref undir_graphs "Undirected Graphs"</li>
    49    - \ref time_count "Time Measuring and Counting"
    50   </ul>
    50    - \ref random "Random Numbers"
    51   <li>\ref tools "Some Important Auxiliary Tools"</li>
    51  - \ref advanced "Advanced Topics"
    52   <ul>
    52    - \ref maps "Maps"
    53     <li>\ref lgf "LEMON Graph Format"</li>
    53      - \ref map_concepts "Read/Write/Reference Maps"
    54     <ul>
    54      - \ref custom_maps "Custom Maps"
    55       <li>\ref glemon "gLemon - A Graph Editor for LEMON"</li>
    55      - \ref map_adaptors "Map Adaptors"
    56     </ul>
    56      - \ref special_maps "Other Special Purpose Maps"
    57     <li>\ref graph_to_eps "GraphToEps - Postscript Exporting"</li>
    57    - \ref graphs "Graphs"
    58     <li>\ref time_count "Time Measuring and Counting"</li>
    58      - \ref graph_adaptors "Graph Adaptors"
    59     <li>\ref random "Random Numbers"</li>
    59      - \ref special_graphs "Special Graph Structures"
    60   </ul>
    60    - \ref named_params "Named Parameters"
    61   <li>\ref advanced "Advanced Topics"</li>
    61      - \ref alg_named_params "Customizing Algorithms"
    62   <ul>
    62  - \ref lp "LP and MIP Solvers"
    63     <li>\ref maps "Maps"</li>
    63    - \ref lp_examples "Simple Examples"
    64     <ul>
    64    - \ref lp_maxflow "Maximum Flow as LP Problem"
    65       <li>\ref map_concepts "Read/Write/Reference Maps"</li>
    65  - \ref appendix "Appendix"
    66       <li>\ref custom_maps "Custom Maps"</li>
    66    - \ref install "Install LEMON"
    67       <li>\ref map_adaptors "Map Adaptors"</li>
    67      - \ref install_system "Install System Wide"
    68       <li>\ref special_maps "Other Special Purpose Maps"</li>
    68        - \ref install_system_source "From Source"
    69     </ul>
    69        - \ref install_system_rpm "From rpm"
    70     <li>\ref graphs "Graphs"</li>
    70      - \ref install_user "Install Locally to the User"
    71     <ul>
       
    72       <li>\ref graph_adaptors "Graph Adaptors"</li>
       
    73       <li>\ref special_graphs "Special Graph Structures"</li>
       
    74     </ul>
       
    75     <li>\ref named_params "Named Parameters"</li>
       
    76     <ul>
       
    77       <li>\ref alg_named_params "Customizing Algorithms"</li>
       
    78     </ul>
       
    79   </ul>
       
    80   <li>\ref lp "LP and MIP Solvers"</li>
       
    81   <li>\ref appendix "Appendix"</li>
       
    82   <ul>
       
    83     <li>\ref install "Install LEMON"</li>
       
    84     <ul>
       
    85       <li>\ref install_system "Install System Wide"</li>
       
    86       <ul>
       
    87         <li>\ref install_system_source "From Source"</li>
       
    88         <li>\ref install_system_rpm "From rpm"</li>
       
    89       </ul>
       
    90       <li>\ref install_user "Install Locally to the User"</li>
       
    91     </ul>
       
    92   </ul>
       
    93 </ol>
       
    94 
    71 
    95 */
    72 */
    96 }
    73 }