COIN-OR::LEMON - Graph Library

Changeset 666:410a1419e86b in lemon-0.x


Ignore:
Timestamp:
05/28/04 09:48:16 (20 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@877
Message:

Added a short tutorial on using graphs.

Location:
doc
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/Doxyfile

    r583 r666  
    393393
    394394INPUT                  = mainpage.dox \
     395                         graphs.dox \
    395396                         maps.dox coding_style.dox \
    396397                         groups.dox \
  • doc/mainpage.dox

    r479 r666  
    22\mainpage
    33
    4 Please make a better mainpage (doc/mainpage.dox).
     4\section intro Introduction
     5
     6\subsection whatis What is HugoLib
     7
     8HugoLib stands for Hungarian Graph Optimization Library. It is a C++ template
     9library aimed at combinatorial optimization tasks which often involve working
     10with graphs. As the name also suggests, its development was started by
     11Hungarian people.
     12
     13\subsection howtoread How to read this document
     14
     15If you are new to HugoLib, you probably should start \ref graphs "here".
     16You can also find this page along with other under Related Pages (left-hand
     17side frame).
     18
     19If you are more interested in details about data structures and algorithms then
     20you should browse the reference manual part of the documentation. The Modules
     21section is a good starting point for this.
    522
    623*/
Note: See TracChangeset for help on using the changeset viewer.