COIN-OR::LEMON - Graph Library

Changeset 6:da96f28684f7 in lemon-tutorial for intro.dox


Ignore:
Timestamp:
10/23/08 14:07:30 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Extend and improve the first two chapters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • intro.dox

    r3 r6  
    2222\section intro_lemon What is LEMON
    2323
    24 LEMON stands for <b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels and
     24<b>LEMON</b> stands for <b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels and
    2525<b>O</b>ptimization in <b>N</b>etworks. It is a C++ template
    26 library aimed at combinatorial optimization tasks which often involve
    27 in working with graphs.
     26library aimed at combinatorial optimization tasks, especially those
     27working with graphs and networks.
    2828
    2929<b>LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
    3030project.
    3131You are free to use it in your commercial or non-commercial applications
    32 under very permissive \ref license "license terms".
    33 </b>
     32under very permissive \ref license "license terms".</b>
     33
     34This library helps to write programs that solve optimization problems
     35that arise frequently when designing and testing certain networks,
     36for example in telecommunication, computer networks, logistics, scheduling,
     37and other areas.
     38A very natural way of modelling these networks is by means of a graph.
     39Generally if you want to write any program that works with graphs,
     40then you might find it useful and convenient to use LEMON.
     41
     42For more information visit the LEMON web site:
     43<a href="http://lemon.cs.elte.hu/"><b>http://lemon.cs.elte.hu/</b></a>.
    3444
    3545\section intro_tutorial LEMON Tutorial
    3646
    3747This tutorial introduces the reader to the basic concepts and features of
    38 LEMON, and there are some sections about advanced topics showing the power
    39 of the various tools implemented in the library.
     48LEMON, and there are also some sections about advanced topics showing the
     49power of various tools implemented in the library.
    4050
    41 After getting familiar with the basic concepts you may start using LEMON
    42 with the help of the detailed documentation (that can also be used as a
    43 reference manual).
     51After getting familiar with the basics of the library, you may start using
     52LEMON with the help of the detailed documentation (that can also be used
     53as a reference manual).
    4454
    4555*/
Note: See TracChangeset for help on using the changeset viewer.