Several changes in Kruskal alg.
- Input object interface was changed to an STL compatible one.
- template parameters of class KruskalPairVec has been simplified.
- (the most of) the names meet the naming conventions.
- a lot of (but still not enough) documentation has been added.
- class KruskalMapVec has been commented out.
4 \section intro Introduction
6 \subsection whatis What is HugoLib
8 HugoLib stands for Hungarian Graph Optimization Library.
10 library aimed at combinatorial optimization tasks which
11 often involve in working
12 with graphs. As the name also suggests, its development was started by
15 \subsection howtoread How to read this document
17 Graph structures play central role in HugoLib, so if you are new to it,
18 you probably should start \ref graphs "here".
19 You can also find this page along with others under
20 <a href="pages.html"> Related Pages </a>
25 interested in details about data structures and algorithms then
26 you should browse the reference manual part of the documentation.
27 Section <a href="modules.html"> Modules </a>
28 is a good starting point for this.