COIN-OR::LEMON - Graph Library

Changes in / [849:1b8db382910c:847:754272f20318] in lemon-main


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • README

    r848 r658  
    1818   Copying, distribution and modification conditions and terms.
    1919
    20 NEWS
    21 
    22    News and version history.
    23 
    2420INSTALL
    2521
     
    3834   Some example programs to make you easier to get familiar with LEMON.
    3935
    40 scripts/
    41 
    42    Scripts that make it easier to develop LEMON.
    43 
    4436test/
    4537
  • doc/mainpage.dox

    r848 r755  
    2424<b>LEMON</b> stands for <i><b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
    2525and <b>O</b>ptimization in <b>N</b>etworks</i>.
    26 It is a C++ template library providing efficient implementations of common
     26It is a C++ template library providing efficient implementation of common
    2727data structures and algorithms with focus on combinatorial optimization
    28 tasks connected mainly with graphs and networks.
     28problems in graphs and networks.
    2929
    3030<b>
     
    4040Combinatorial Optimization</a> \ref egres
    4141at the Operations Research Department of the
    42 <a href="http://www.elte.hu/en/">E&ouml;tv&ouml;s Lor&aacute;nd University</a>,
    43 Budapest, Hungary.
     42<a href="http://www.elte.hu/">E&ouml;tv&ouml;s Lor&aacute;nd University,
     43Budapest</a>, Hungary.
    4444LEMON is also a member of the <a href="http://www.coin-or.org/">COIN-OR</a>
    4545initiative \ref coinor.
     
    5050<a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>.
    5151
    52 If you are interested in starting to use the library, see the <a class="el"
    53 href="http://lemon.cs.elte.hu/trac/lemon/wiki/InstallGuide/">Installation
    54 Guide</a>.
    55 
    5652If you know what you are looking for, then try to find it under the
    5753<a class="el" href="modules.html">Modules</a> section.
Note: See TracChangeset for help on using the changeset viewer.