COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/mainpage.dox @ 676:7ec5e7e6c7b4

Last change on this file since 676:7ec5e7e6c7b4 was 670:e45bf7830d8c, checked in by Alpar Juttner, 20 years ago

Spell checking / indenting only.

File size: 746 bytes
RevLine 
[479]1/**
2\mainpage
3
[666]4\section intro Introduction
[479]5
[666]6\subsection whatis What is HugoLib
7
[670]8HugoLib stands for Hungarian Graph Optimization Library.
9It is a C++ template
10library aimed at combinatorial optimization tasks which
11often involve in working
[666]12with graphs. As the name also suggests, its development was started by
13Hungarian people.
14
15\subsection howtoread How to read this document
16
17If you are new to HugoLib, you probably should start \ref graphs "here".
18You can also find this page along with other under Related Pages (left-hand
19side frame).
20
[670]21If you are more
22interested in details about data structures and algorithms then
23you should browse the reference manual part of the documentation.
24The Modules
[666]25section is a good starting point for this.
26
27*/
Note: See TracBrowser for help on using the repository browser.