The full LEMON repository
gravatar
Username: alpar
Name: Alpar Juttner
Email: alpar@cs.elte.hu
Show by ID
Download as zip
Commit activity by day / author
Stats gathered: 100.00%
Revision Commit message Age Author Branch Tags
Merge 12 years and 9 months ago alpar (Alpar Juttner) default tip
Merge 12 years and 9 months ago alpar (Alpar Juttner) default
Fix the doc in CapacityScaling: cost can be rea... 12 years and 9 months ago kpeter (Peter Kovacs) default
Improve the Altering List pivot rule for Networ... 12 years and 9 months ago kpeter (Peter Kovacs) default
Add dist target to CMAKE conf. (#434) 12 years and 9 months ago alpar (Alpar Juttner) default
Use hg templating instead of scripts/chg-len.py... 12 years and 9 months ago alpar (Alpar Juttner) default
Remove autotool related files (#434) 12 years and 9 months ago alpar (Alpar Juttner) default
LEMON_THREADING cmake variable for choosing thr... 12 years and 9 months ago alpar (Alpar Juttner) default
Thread safe map construction and destruction (#... 12 years and 9 months ago deba@inf.elte.hu default
GCC 3.3 compatibility fix in nagamochi_ibaraki.h 12 years and 10 months ago alpar (Alpar Juttner) default
1 2 3 .. 114 >

LEMON - a Library for Efficient Modeling and Optimization in Networks

LEMON is an open source library written in C++. It provides easy-to-use implementations of common data structures and algorithms in the area of optimization and helps implementing new ones. The main focus is on graphs and graph algorithms, thus it is especially suitable for solving design and optimization problems of telecommunication networks. To achieve wide usability its data structures and algorithms provide generic interfaces.

Contents

LICENSE

Copying, distribution and modification conditions and terms.

NEWS

News and version history.

INSTALL

General building and installation instructions.

lemon/

Source code of LEMON library.

doc/

Documentation of LEMON. The starting page is doc/html/index.html.

demo/

Some example programs to make you easier to get familiar with LEMON.

scripts/

Scripts that make it easier to develop LEMON.

test/

Programs to check the integrity and correctness of LEMON.

tools/

Various utilities related to LEMON.