Changes between Version 8 and Version 9 of GSoC2010
- Timestamp:
- 03/02/10 11:03:08 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC2010
v8 v9 9 9 10 10 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 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 12 For more information about lemon, you may want to see the tutorial : [http://lemon.cs.elte.hu/pub/tutorial/] 11 13 12 14 == Application Template == … … 23 25 Our 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. 24 26 27 You can find the pre-alpha version of this project in our repository: [http://lime.cs.elte.hu/~alpar/hg/pylemon/] 28 25 29 ==== Application conditions ==== 26 30