# HG changeset patch
# User Peter Kovacs <kpeter@inf.elte.hu>
# Date 1242052962 -7200
# Node ID ebdcc68fe79e20329a66cd3b6543f128eba5affb
# Parent cb38ccedd2c1335c38de0a85aad55e1feb20f6bf
Change the explanation of the acronym LEMON (#289)
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
a
|
b
|
|
| 44 | 44 | SET(CPACK_PACKAGE_NAME ${PROJECT_NAME}) |
| 45 | 45 | SET(CPACK_PACKAGE_VENDOR "EGRES") |
| 46 | 46 | SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY |
| 47 | | "LEMON - Library of Efficient Models and Optimization in Networks") |
| | 47 | "LEMON - Library for Efficient Modeling and Optimization in Networks") |
| 48 | 48 | SET(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE") |
| 49 | 49 | |
| 50 | 50 | SET(CPACK_PACKAGE_VERSION ${PROJECT_VERSION}) |
diff --git a/README b/README
|
a
|
b
|
|
| 1 | | ================================================================== |
| 2 | | LEMON - a Library of Efficient Models and Optimization in Networks |
| 3 | | ================================================================== |
| | 1 | ===================================================================== |
| | 2 | LEMON - a Library for Efficient Modeling and Optimization in Networks |
| | 3 | ===================================================================== |
| 4 | 4 | |
| 5 | 5 | LEMON is an open source library written in C++. It provides |
| 6 | 6 | easy-to-use implementations of common data structures and algorithms |
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
|
a
|
b
|
|
| 23 | 23 | |
| 24 | 24 | \subsection whatis What is LEMON |
| 25 | 25 | |
| 26 | | LEMON stands for |
| 27 | | <b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels |
| | 26 | LEMON stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling |
| 28 | 27 | and <b>O</b>ptimization in <b>N</b>etworks. |
| 29 | 28 | It is a C++ template |
| 30 | 29 | library aimed at combinatorial optimization tasks which |
diff --git a/lemon/lemon.pc.in b/lemon/lemon.pc.in
|
a
|
b
|
|
| 4 | 4 | includedir=@includedir@ |
| 5 | 5 | |
| 6 | 6 | Name: @PACKAGE_NAME@ |
| 7 | | Description: Library of Efficient Models and Optimization in Networks |
| | 7 | Description: Library for Efficient Modeling and Optimization in Networks |
| 8 | 8 | Version: @PACKAGE_VERSION@ |
| 9 | 9 | Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@ |
| 10 | 10 | Cflags: -I${includedir} |