alpar@479: /** alpar@479: \mainpage alpar@479: ladanyi@666: \section intro Introduction alpar@479: ladanyi@666: \subsection whatis What is HugoLib ladanyi@666: alpar@670: HugoLib stands for Hungarian Graph Optimization Library. alpar@670: It is a C++ template alpar@670: library aimed at combinatorial optimization tasks which alpar@670: often involve in working ladanyi@666: with graphs. As the name also suggests, its development was started by ladanyi@666: Hungarian people. ladanyi@666: ladanyi@666: \subsection howtoread How to read this document ladanyi@666: alpar@678: Graph structures play central role in HugoLib, so if you are new to it, alpar@678: you probably should start \ref graphs "here". alpar@678: You can also find this page along with others under alpar@678: Related Pages alpar@678: (left-hand ladanyi@666: side frame). ladanyi@666: alpar@670: If you are more alpar@670: interested in details about data structures and algorithms then alpar@670: you should browse the reference manual part of the documentation. alpar@678: Section Modules alpar@678: is a good starting point for this. ladanyi@666: ladanyi@666: */