COIN-OR::LEMON - Graph Library

Changeset 25:66d164ef72d1 in lemon-tutorial for intro.dox


Ignore:
Timestamp:
02/14/10 21:26:31 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Improve intro and getting started pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • intro.dox

    r24 r25  
    2323
    2424<b>LEMON</b> stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling and
    25 <b>O</b>ptimization in <b>N</b>etworks. It is a C++ template
    26 library aimed at combinatorial optimization tasks, especially those
    27 working with graphs and networks.
     25<b>O</b>ptimization in <b>N</b>etworks. It is a C++ template library providing
     26efficient implementations of common data structures and algorithms with
     27focus on combinatorial optimization tasks connected mainly with graphs
     28and networks.
    2829
    2930<b>LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
     
    3233under very permissive \ref license "license terms".</b>
    3334
    34 This library helps to write programs that solve optimization problems
    35 that arise frequently when designing and testing certain networks,
     35This library helps to write programs that solve various optimization problems,
     36which often arise when designing and testing certain networks,
    3637for example in telecommunication, computer networks, logistics, scheduling,
    3738and other areas.
    3839A very natural way of modelling these networks is by means of a graph.
    39 Generally if you want to write any program that works with graphs,
     40Generally, if you want to write any program that works with graphs,
    4041then you might find it useful and convenient to use LEMON.
    4142
    42 For more information visit the LEMON web site:
     43For more information, visit the LEMON web site:
    4344<a href="http://lemon.cs.elte.hu/"><b>http://lemon.cs.elte.hu/</b></a>.
    4445
     
    5051
    5152After getting familiar with the basics of the library, you may start using
    52 LEMON with the help of the detailed documentation (that can also be used
     53LEMON with the help of the detailed documentation (which can be viewed
    5354as a reference manual).
    5455
Note: See TracChangeset for help on using the changeset viewer.