COIN-OR::LEMON - Graph Library

Changeset 4:89f6fff82e93 in lemon-tutorial


Ignore:
Timestamp:
10/23/08 14:05:55 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

More simple mainpage + using layout file

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • Doxyfile

    r3 r4  
    7171SHOW_NAMESPACES        = NO
    7272FILE_VERSION_FILTER    =
    73 LAYOUT_FILE            =
     73LAYOUT_FILE            = DoxygenLayout.xml
    7474#---------------------------------------------------------------------------
    7575# configuration options related to warning and progress messages
  • mainpage.dox

    r3 r4  
    2323\section toc Table of Contents
    2424
    25 <ol>
    26   <li>\ref intro "Introduction"</li>
    27   <li>\ref getting_started "Getting Started"</li>
    28   <ul>
    29     <li>\ref hello_lemon "Compile Your First Code"</li>
    30     <ul>
    31       <li>\ref hello_lemon_system "If LEMON is Installed System-Wide"</li>
    32       <li>\ref hello_lemon_user "If LEMON is Installed User-Local"</li>
    33       <ul>
    34         <li>\ref hello_lemon_pkg_config "Use pkg-config"</li>
    35       </ul>
    36     </ul>
    37   </ul>
    38   <li>\ref basic_concepts "Basic Concepts"</li>
    39   <ul>
    40     <li>\ref digraph_build "Build and Modify a Digraph"</li>
    41     <li>\ref digraph_iterate "Iterate Over the Elements"</li>
    42     <li>\ref standard_maps "Maps - Assign Data to Graphs"</li>
    43     <li>\ref algorithms "Algorithms"</li>
    44     <ul>
    45       <li>\ref alg_bfs_dfs "BFS, DFS - Graph Search"</li>
    46       <li>\ref alg_dijkstra "Dijkstra - Shorthest Path"</li>
    47       <li>\ref alg_kruskal "Kruskal - Minimum Spanning Tree"</li>
    48     </ul>
    49     <li>\ref undir_graphs "Undirected Graphs"</li>
    50   </ul>
    51   <li>\ref tools "Some Important Auxiliary Tools"</li>
    52   <ul>
    53     <li>\ref lgf "LEMON Graph Format"</li>
    54     <ul>
    55       <li>\ref glemon "gLemon - A Graph Editor for LEMON"</li>
    56     </ul>
    57     <li>\ref graph_to_eps "GraphToEps - Postscript Exporting"</li>
    58     <li>\ref time_count "Time Measuring and Counting"</li>
    59     <li>\ref random "Random Numbers"</li>
    60   </ul>
    61   <li>\ref advanced "Advanced Topics"</li>
    62   <ul>
    63     <li>\ref maps "Maps"</li>
    64     <ul>
    65       <li>\ref map_concepts "Read/Write/Reference Maps"</li>
    66       <li>\ref custom_maps "Custom Maps"</li>
    67       <li>\ref map_adaptors "Map Adaptors"</li>
    68       <li>\ref special_maps "Other Special Purpose Maps"</li>
    69     </ul>
    70     <li>\ref graphs "Graphs"</li>
    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>
     25 - \ref intro
     26 - \ref getting_started
     27   - \ref requirements_lemon
     28     - \ref requirements_lp
     29   - \ref download_lemon
     30   - \ref install_lemon
     31   - \ref hg_checkout
     32   - \ref hg_compile
     33   - \ref hello_lemon
     34     - \ref hello_lemon_system
     35     - \ref hello_lemon_user
     36 - \ref basic_concepts "Basic Concepts"
     37   - \ref digraph_build "Build and Modify a Digraph"
     38   - \ref digraph_iterate "Iterate Over the Elements"
     39   - \ref standard_maps "Maps - Assign Data to Graphs"
     40   - \ref algorithms "Algorithms"
     41     - \ref alg_bfs_dfs "BFS, DFS - Graph Search"
     42     - \ref alg_dijkstra "Dijkstra - Shorthest Path"
     43     - \ref alg_kruskal "Kruskal - Minimum Spanning Tree"
     44   - \ref undir_graphs "Undirected Graphs"
     45 - \ref tools "Some Important Auxiliary Tools"
     46   - \ref lgf "LEMON Graph Format"
     47     - \ref glemon "gLemon - A Graph Editor for LEMON"
     48   - \ref graph_to_eps "GraphToEps - Postscript Exporting"
     49   - \ref time_count "Time Measuring and Counting"
     50   - \ref random "Random Numbers"
     51 - \ref advanced "Advanced Topics"
     52   - \ref maps "Maps"
     53     - \ref map_concepts "Read/Write/Reference Maps"
     54     - \ref custom_maps "Custom Maps"
     55     - \ref map_adaptors "Map Adaptors"
     56     - \ref special_maps "Other Special Purpose Maps"
     57   - \ref graphs "Graphs"
     58     - \ref graph_adaptors "Graph Adaptors"
     59     - \ref special_graphs "Special Graph Structures"
     60   - \ref named_params "Named Parameters"
     61     - \ref alg_named_params "Customizing Algorithms"
     62 - \ref lp "LP and MIP Solvers"
     63   - \ref lp_examples "Simple Examples"
     64   - \ref lp_maxflow "Maximum Flow as LP Problem"
     65 - \ref appendix "Appendix"
     66   - \ref install "Install LEMON"
     67     - \ref install_system "Install System Wide"
     68       - \ref install_system_source "From Source"
     69       - \ref install_system_rpm "From rpm"
     70     - \ref install_user "Install Locally to the User"
    9471
    9572*/
Note: See TracChangeset for help on using the changeset viewer.