An experimental LPSolverWrapper class which uses glpk. For a short
demo, max flow problems are solved with it. This demo does not
demonstrates, but the main aims of this class are row and column
generation capabilities, i.e. to be a core for easily
implementable branch-and-cut a column generetion algorithms.
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.