COIN-OR::LEMON - Graph Library

Changeset 2470:46818ce27a60 in lemon-0.x


Ignore:
Timestamp:
09/14/07 00:05:32 (17 years ago)
Author:
Peter Kovacs
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3308
Message:

Small bug fixes.

Location:
doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/algorithms.dox

    r2408 r2470  
    9696you can write your own loop to process the nodes one-by-one.
    9797
    98 \todo demo for bfs advanced control
     98\todo Demo for Bfs advanced control.
    9999
    100100\subsection Dfs
     
    150150The program is to be found in the \ref demo directory: \ref topological_ordering.cc
    151151
     152\todo Check the linking of the demo file, the code samples are missing.
     153
    152154More algorithms are described in the \ref algorithms2 "second part".
    153155*/
  • doc/getstart.dox

    r2395 r2470  
    5555
    5656You can download LEMON from the LEMON web site:
    57 <a href="http://lemon.cs.elte.hu/site/products/">
    58 http://lemon.cs.elte.hu/site/products/</a> .
     57<a href="https://lemon.cs.elte.hu/site/products/">
     58https://lemon.cs.elte.hu/site/products/</a> .
    5959There you will find released versions in form of <tt>.tar.gz</tt> files.
    6060If you want a developer version (for example you want to contribute in
    6161developing the library LEMON) then you might want to use our Subversion
    62 repository. This case is not detailed here, so from now on we suppose that
    63 you downloaded a tar.gz file.
     62repository. This case is detailed later, so from now on we suppose that
     63you downloaded a <tt>.tar.gz</tt> file.
    6464
    6565
     
    8585need root privileges to be able to install to that
    8686directory). If you want to install it to some other place, then
    87 pass the \c --prefix=DIRECTORY flag to \c ./configure, for example:
     87pass the \c --prefix=DIRECTORY flag to <tt>./configure</tt>, for example:
    8888
    8989\verbatim
     
    138138\subsection configureFlags Configure flags
    139139
    140 You can pass the following flags to \c ./configure (see \c ./configure --help
     140You can pass the following flags to <tt>./configure</tt> (see <tt>./configure</tt> --help
    141141for more):
    142142
     
    230230You can compile the code from the repository similarly to the packaged
    231231version, but you will need to run \c autoreconf \c -vi or
    232 \c ./bootstrap in some older environment before \c ./configure. See \c
     232<tt>./bootstrap</tt> in some older environment before <tt>./configure</tt>. See \c
    233233./configure \c --help for options. For bootstrapping you will need the
    234234following tools:
     
    242242<a href="http://www.doxygen.org/">Doxygen</a> for this.
    243243
    244 You can pass the \c --enable-doc=full flag to \c ./configure to generate the
     244You can pass the \c --enable-doc=full flag to <tt>./configure</tt> to generate the
    245245internal documentation too.
    246246
    247 If you pass the \c --disable-doc flag to \c ./configure then the documentation
     247If you pass the \c --disable-doc flag to <tt>./configure</tt> then the documentation
    248248won't be installed, when you run \c make \c install (this speeds things up a
    249249bit).
     
    307307If you want to see more features, go to the
    308308\ref quicktour "Quick Tour to LEMON",
    309 if you want to see see some demo programs then go to our
     309if you want to see some demo programs then go to our
    310310\ref demoprograms "Demo Programs" page!
    311311
Note: See TracChangeset for help on using the changeset viewer.