dust3d/thirdparty/QuadriFlow/3rd/lemon-1.3.1
Jeremy Hu dd628b6af7 Integrate QuadriFlow
https://github.com/hjwdzh/QuadriFlow
2019-12-28 14:51:59 +09:30
..
cmake Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
contrib Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
demo Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
lemon Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
scripts Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
test Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
tools Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
.hg_archival.txt Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
.hgignore Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
.hgtags Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
AUTHORS Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
CMakeLists.txt Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
INSTALL Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
LICENSE Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
NEWS Integrate QuadriFlow 2019-12-28 14:51:59 +09:30
README Integrate QuadriFlow 2019-12-28 14:51:59 +09:30

README

=====================================================================
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.