COIN-OR::LEMON - Graph Library

Changes between Version 68 and Version 69 of WikiStart


Ignore:
Timestamp:
02/12/10 10:50:30 (14 years ago)
Author:
Peter Kovacs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v68 v69  
    3131
    3232'''LEMON''' stands for '''L'''ibrary for '''E'''fficient '''M'''odeling and '''O'''ptimization in '''N'''etworks.
    33 It is a C++ template library providing efficient implementation of common data structures and algorithms with focus on combinatorial optimization problems in graphs and networks.
     33It is a C++ template library providing efficient implementation of common data structures and algorithms with focus on combinatorial optimization tasks connected mainly with graphs and networks.
    3434
    3535'''LEMON''' is a member of the '''[http://www.coin-or.org/ COIN-OR initiative]''', a collection of [WikiPedia:Operations_Research OR] related [http://opensource.org/ open source] projects. You are free to use it in your commercial or non-commercial applications under very permissive [wiki:License license terms].
    3636
    37 The project was launched by the [http://www.cs.elte.hu/egres/ Egerváry Research Group on Combinatorial Optimization (EGRES)] at the Operations Research Department of the Eötvös Loránd University, Budapest, Hungary in 2003. Up to this point, the developers of the library work at the [http://www.elte.hu/ Eötvös Loránd University, Budapest] and at the [http://portal.bme.hu/langs/en/default.aspx Budapest University of Technology and Economics].
     37The project was launched by the [http://www.cs.elte.hu/egres/ Egerváry Research Group on Combinatorial Optimization (EGRES)] at the Operations Research Department of the Eötvös Loránd University, Budapest, Hungary in 2003. Up to this point, the developers of the library work at the [http://www.elte.hu/en/ Eötvös Loránd University, Budapest] and at the [http://portal.bme.hu/langs/en/default.aspx Budapest University of Technology and Economics].
    3838
    3939== Starting Points ==