kpeter@658: ===================================================================== kpeter@658: LEMON - a Library for Efficient Modeling and Optimization in Networks kpeter@658: ===================================================================== alpar@5: alpar@246: LEMON is an open source library written in C++. It provides alpar@246: easy-to-use implementations of common data structures and algorithms alpar@246: in the area of optimization and helps implementing new ones. The main alpar@246: focus is on graphs and graph algorithms, thus it is especially alpar@246: suitable for solving design and optimization problems of alpar@246: telecommunication networks. To achieve wide usability its data alpar@246: structures and algorithms provide generic interfaces. alpar@5: alpar@5: Contents alpar@246: ======== alpar@5: alpar@246: LICENSE alpar@5: alpar@246: Copying, distribution and modification conditions and terms. alpar@5: kpeter@848: NEWS kpeter@848: kpeter@848: News and version history. kpeter@848: alpar@5: INSTALL alpar@5: alpar@246: General building and installation instructions. alpar@5: alpar@5: lemon/ alpar@5: alpar@246: Source code of LEMON library. alpar@5: alpar@5: doc/ alpar@5: alpar@246: Documentation of LEMON. The starting page is doc/html/index.html. alpar@5: alpar@5: demo/ alpar@5: alpar@246: Some example programs to make you easier to get familiar with LEMON. alpar@5: kpeter@848: scripts/ kpeter@848: kpeter@848: Scripts that make it easier to develop LEMON. kpeter@848: alpar@5: test/ alpar@5: kpeter@318: Programs to check the integrity and correctness of LEMON. alpar@5: alpar@246: tools/ alpar@246: alpar@246: Various utilities related to LEMON.