COIN-OR::LEMON - Graph Library

Changeset 1169:8b06fbd5712c in lemon-0.x


Ignore:
Timestamp:
02/22/05 11:29:21 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1573
Message:

Started to change documentation with excellent new ideas!!!

Location:
doc
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • doc/mainpage.dox

    r1003 r1169  
    1111It is a C++ template
    1212library aimed at combinatorial optimization tasks which
    13 often involve in working
     13often involve working
    1414with graphs.
    1515
     
    2222</b>
    2323
    24 \subsection howtoread How to read this document
     24\subsection howtoread How to read the documentation
    2525
    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>.
     26If you want to get a quick start and see the most important features then
     27take a look at our \ref quicktour
     28"Quick Tour to LEMON" which will guide you along.
    3129
    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.
     30If you
     31want to see how LEMON works, see
     32some \ref demoprograms demo programs!
     33
     34If you are looking for a specific thing then try to find it in the index or
     35in the contents.
     36If you know what you are looking for then try to find it in the index or
     37in the table of contents.
     38
    3739
    3840*/
Note: See TracChangeset for help on using the changeset viewer.