COIN-OR::LEMON - Graph Library

Changeset 12:d64ffbd7d8c6 in lemon-tutorial


Ignore:
Timestamp:
10/31/08 22:00:25 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
10:55e2f7712e87 (diff), 11:0a51fe554d01 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • Doxyfile

    r10 r12  
    219219# Configuration::additions related to external references   
    220220#---------------------------------------------------------------------------
    221 TAGFILES               = "./doc/libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \
     221TAGFILES               = "./libstdc++.tag = http://gcc.gnu.org/onlinedocs/libstdc++/libstdc++-html-USERS-4.3" \
    222222                         "./lemon.tag = http://lemon.cs.elte.hu/pub/doc/1.0"
    223223GENERATE_TAGFILE       =
  • Doxyfile

    r11 r12  
    7171SHOW_NAMESPACES        = NO
    7272FILE_VERSION_FILTER    =
    73 LAYOUT_FILE            = DoxygenLayout.xml
     73LAYOUT_FILE            = ./DoxygenLayout.xml
    7474#---------------------------------------------------------------------------
    7575# configuration options related to warning and progress messages
     
    8585# configuration options related to the input files
    8686#---------------------------------------------------------------------------
    87 INPUT                  = . \
     87INPUT                  = ./gen-dox \
    8888                         ./demo
    8989INPUT_ENCODING         = UTF-8
  • getting_started.dox

    r10 r12  
    1717 */
    1818
     19namespace lemon {
    1920/**
    2021[PAGE]hello_lemon[PAGE] Compile Your First Code
    2122
    22 If you have installed LEMON on your system you can paste the following
    23 code segment into a file called <tt>hello_lemon.cc</tt> to have a first
    24 working program that uses LEMON.
     23First of all you have to install LEMON on your system (see
     24\ref install for instructions).
     25After that you can paste the following code segment into a file
     26<tt>hello_lemon.cc</tt> to have a first working program that uses LEMON.
    2527
    2628\dontinclude hello_lemon.cc
     
    117119[TRAILER]
    118120*/
     121}
  • getting_started.dox

    r11 r12  
    1919namespace lemon {
    2020/**
    21 \page hello_lemon Compile Your First Code
     21[PAGE]hello_lemon[PAGE] Compile Your First Code
    2222
    2323First of all you have to install LEMON on your system (see
     
    5555Now let us compile this simple example program.
    5656
    57 \section hello_lemon_system If LEMON is Installed System-Wide
     57[SEC]hello_lemon_system[SEC] If LEMON is Installed System-Wide
    5858
    5959If LEMON is installed system-wide (into directory \c /usr/local),
     
    7373\endverbatim
    7474
    75 \section hello_lemon_user If LEMON is Installed User-Local
     75[SEC]hello_lemon_user[SEC] If LEMON is Installed User-Local
    7676
    7777Compiling the code is a bit more difficult if you installed LEMON
     
    117117<a href="mailto:lemon-user@lemon.cs.elte.hu"><b>contact us</b></a>.
    118118
     119[TRAILER]
    119120*/
    120121}
  • install.dox

    r10 r12  
    6262If you want a developer version (for example you want to contribute in
    6363developing LEMON) then you might want to use our Mercurial repository.
    64 This case is detailed \ref hg_checkout "later", so from now on we
     64This case is detailed \ref install_hg "later", so from now on we
    6565suppose that you downloaded a <tt>.tar.gz</tt> file.
    6666
     
    216216
    217217You have to give more options to the compiler if LEMON is installed
    218 user-local into a directory (denoted by <tt><dir></tt>)
     218user-local into a directory (denoted by <tt>&lt;dir&gt;</tt>)
    219219or if you just skipped the step <tt>make install</tt>.
    220 In the later case <tt><dir></tt> denotes the directory in which the
     220In the later case <tt>&lt;dir&gt;</tt> denotes the directory in which the
    221221the \c make command have been performed.
    222222
  • install.dox

    r11 r12  
    1818
    1919/**
    20 \page install Installation Guide
     20[PAGE]install[PAGE] Installation Guide
    2121
    2222In this section we detail how to start using LEMON, from downloading it
     
    2828<a href="mailto:lemon-user@lemon.cs.elte.hu"><b>ask</b></a>.
    2929
    30 \section requirements_lemon Hardware and Software Requirements
     30[SEC]requirements_lemon[SEC] Hardware and Software Requirements
    3131
    3232In LEMON we use C++ templates heavily, thus compilation takes a
     
    4747the instructions detailed here to be able to use LEMON with your compiler.
    4848
    49 \subsection requirements_lp LP Solver Requirements
     49[SEC]requirements_lp[SEC] LP Solver Requirements
    5050
    5151The LEMON LP solver interface can use the GLPK (GNU Linear Programming
     
    5454See the <b><tt>INSTALL</tt></b> file how to enable these at compile time.
    5555
    56 \section install_from_source Install from Source
     56[SEC]install_from_source[SEC] Install from Source
    5757
    5858You can download LEMON from the web site:
     
    142142For more information see the <b><tt>INSTALL</tt></b> file.
    143143
    144 \subsection install_hg Install the Latest Development Version
     144[SEC]install_hg[SEC] Install the Latest Development Version
    145145
    146146You can also use the latest (developer) version of LEMON from our Mercurial
     
    187187
    188188
    189 \section install_rpm Install from rpm
     189[SEC]install_rpm[SEC] Install from rpm
    190190
    191191\todo Write this section (\ref install_rpm).
    192192
    193 
    194 \section install_user Install Locally to the User
     193[SEC]install_user[SEC] Install Locally to the User
    195194
    196195\todo Write this section (\ref install_user).
    197196
    198197
    199 \section compile_codes Compile Codes that Use LEMON
     198[SEC]compile_codes[SEC] Compile Codes that Use LEMON
    200199
    201200Now let us see how to use the library after installing it.
    202201
    203 \subsection compile_system_wide If LEMON is Installed System-Wide
     202[SEC]compile_system_wide[SEC] If LEMON is Installed System-Wide
    204203
    205204If your installation of LEMON into directory \c /usr/local was
     
    214213installed library LEMON.
    215214
    216 \subsection compile_user_local If LEMON is Installed User-Local
     215[SEC]compile_user_local[SEC] If LEMON is Installed User-Local
    217216
    218217You have to give more options to the compiler if LEMON is installed
     
    226225\endverbatim
    227226
    228 \subsubsection compile_use_pkg_config Use pkg-config
     227[SEC]compile_use_pkg_config[SEC] Use pkg-config
    229228
    230229\todo Write this sub-subsection (\ref compile_use_pkg_config).
    231230
     231[TRAILER]
    232232*/
Note: See TracChangeset for help on using the changeset viewer.