COIN-OR::LEMON - Graph Library

Changeset 2395:fe5966d8acfc in lemon-0.x


Ignore:
Timestamp:
03/06/07 18:04:16 (17 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3226
Message:

Correction of urls and email addresses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/getstart.dox

    r2391 r2395  
    2525have a basic knowledge of your operating system and \c C++ programming
    2626language. The procedure is pretty straightforward, but if you have any
    27 difficulties don't hesitate to <a href="mailto:etik-ol@cs.elte.hu">ask</a>.
     27difficulties don't hesitate to
     28<a href="mailto:lemon-user@lemon.cs.elte.hu">ask</a>.
    2829
    2930
     
    4546\subsection requirementsLP LP solver requirements
    4647
    47 The LEMON LP solver interface can use the GLPK (GNU Linear Programming Kit)
    48 and CPLEX solvers (was tested with CPLEX 7.5). If you want to use it you will
    49 need at least one of these. See \ref configureFlags how to enable these at
    50 compile time.
     48The LEMON LP solver interface can use the GLPK (GNU Linear Programming
     49Kit) ,CPLEX (was tested with CPLEX 7.5) and SoPlex solver. If you want
     50to use it you will need at least one of these. See \ref configureFlags
     51how to enable these at compile time.
    5152
    5253
     
    5455
    5556You can download LEMON from the LEMON web site:
    56 http://lemon.cs.elte.hu/download.html .
     57<a href="http://lemon.cs.elte.hu/site/products/">
     58http://lemon.cs.elte.hu/site/products/</a> .
    5759There you will find released versions in form of <tt>.tar.gz</tt> files.
    5860If you want a developer version (for example you want to contribute in
     
    189191Disable CPLEX support.
    190192
     193\verbatim
     194--with-soplex[=PREFIX]
     195\endverbatim
     196Enable SoPlex support (default). You should specify the prefix too if
     197you installed it to some non-standard location. If SoPlex is not
     198found, then SoPlex support will be disabled.
     199
     200\verbatim
     201--with-soplex-includedir=DIR
     202\endverbatim
     203The directory where the SoPlex header files are located. This is only useful
     204when the SoPlex headers and libraries are not under the same prefix.
     205
     206\verbatim
     207--with-soplex-libdir=DIR
     208\endverbatim
     209The directory where the SoPlex libraries are located. This is only useful when
     210the SoPlex headers and libraries are not under the same prefix.
     211
     212\verbatim
     213--without-soplex
     214\endverbatim
     215Disable SoPlex support.
     216
    191217
    192218\section svnCheckout How to checkout LEMON form our Subversion repository
     
    195221do this issue the following command:
    196222\verbatim
    197 svn co https://lemon.cs.elte.hu/svn/hugo/trunk lemon
     223svn co https://lemon.cs.elte.hu/svn/lemon/trunk lemon-src
    198224\endverbatim
    199225Use "lemon" as username, the password is empty.
     
    202228\section svnCompile How to compile the source from the repository
    203229
    204 You can compile the code from the repository similarly to the packaged version,
    205 but you will need to run \c ./bootstrap before \c ./configure. See \c
    206 ./bootstrap \c --help for options. For bootstrapping you will need the
     230You can compile the code from the repository similarly to the packaged
     231version, but you will need to run \c autoreconf \c -vi or
     232\c ./bootstrap in some older environment before \c ./configure. See \c
     233./configure \c --help for options. For bootstrapping you will need the
    207234following tools:
    208235
Note: See TracChangeset for help on using the changeset viewer.