COIN-OR::LEMON - Graph Library

source: lemon-0.x/doc/mainpage.dox @ 666:410a1419e86b

Last change on this file since 666:410a1419e86b was 666:410a1419e86b, checked in by Akos Ladanyi, 20 years ago

Added a short tutorial on using graphs.

File size: 743 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. 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.
22
23*/
Note: See TracBrowser for help on using the repository browser.