COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/mainpage.dox @ 808:9cabbdd73375

Last change on this file since 808:9cabbdd73375 was 678:a6bfd3346245, checked in by Alpar Juttner, 20 years ago

New group for kruskal
Better links on the main page.

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