COIN-OR::LEMON - Graph Library

Changes between Version 8 and Version 9 of GSoC2010


Ignore:
Timestamp:
03/02/10 12:03:08 (14 years ago)
Author:
Angyal Gábor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC2010

    v8 v9  
    99
    1010The 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 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].
     11
     12For more information about lemon, you may want to see the tutorial : [http://lemon.cs.elte.hu/pub/tutorial/]
    1113
    1214== Application Template ==
     
    2325Our goal is to create module which enables Python users to access LEMON services. The main idea is to use the effective data-structures and methods of LEMON (implemented in C++) to store graphs and maps, and to run algorithms, while creating a user friendly interface fitting to Python.
    2426
     27You can find the pre-alpha version of this project in our repository: [http://lime.cs.elte.hu/~alpar/hg/pylemon/]
     28
    2529==== Application conditions ====
    2630