Changeset 1169:8b06fbd5712c in lemon-0.x for doc/mainpage.dox
- Timestamp:
- 02/22/05 11:29:21 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1573
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/mainpage.dox
r1003 r1169 11 11 It is a C++ template 12 12 library aimed at combinatorial optimization tasks which 13 often involve inworking13 often involve working 14 14 with graphs. 15 15 … … 22 22 </b> 23 23 24 \subsection howtoread How to read th is document24 \subsection howtoread How to read the documentation 25 25 26 \ref graphs "Graph structures" 27 play central role in LEMON, so if you are new to it, 28 you probably should start \ref graphs "here". 29 You can also find this page along with others under 30 <a class="el" href="pages.html"> Related Pages </a>. 26 If you want to get a quick start and see the most important features then 27 take a look at our \ref quicktour 28 "Quick Tour to LEMON" which will guide you along. 31 29 32 If you are 33 interested about data structures and algorithms in more details, then 34 you should browse the reference manual part of the documentation. 35 Section <a class="el" href="modules.html"> Modules </a> 36 is a good starting point for this. 30 If you 31 want to see how LEMON works, see 32 some \ref demoprograms demo programs! 33 34 If you are looking for a specific thing then try to find it in the index or 35 in the contents. 36 If you know what you are looking for then try to find it in the index or 37 in the table of contents. 38 37 39 38 40 */
Note: See TracChangeset
for help on using the changeset viewer.