# HG changeset patch # User Peter Kovacs # Date 1242052962 -7200 # Node ID ebdcc68fe79e20329a66cd3b6543f128eba5affb # Parent cb38ccedd2c1335c38de0a85aad55e1feb20f6bf Change the explanation of the acronym LEMON (#289) diff -r cb38ccedd2c1 -r ebdcc68fe79e CMakeLists.txt --- a/CMakeLists.txt Thu May 07 10:46:49 2009 +0200 +++ b/CMakeLists.txt Mon May 11 16:42:42 2009 +0200 @@ -44,7 +44,7 @@ SET(CPACK_PACKAGE_NAME ${PROJECT_NAME}) SET(CPACK_PACKAGE_VENDOR "EGRES") SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY - "LEMON - Library of Efficient Models and Optimization in Networks") + "LEMON - Library for Efficient Modeling and Optimization in Networks") SET(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE") SET(CPACK_PACKAGE_VERSION ${PROJECT_VERSION}) diff -r cb38ccedd2c1 -r ebdcc68fe79e README --- a/README Thu May 07 10:46:49 2009 +0200 +++ b/README Mon May 11 16:42:42 2009 +0200 @@ -1,6 +1,6 @@ -================================================================== -LEMON - a Library of Efficient Models and Optimization in Networks -================================================================== +===================================================================== +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 diff -r cb38ccedd2c1 -r ebdcc68fe79e doc/mainpage.dox --- a/doc/mainpage.dox Thu May 07 10:46:49 2009 +0200 +++ b/doc/mainpage.dox Mon May 11 16:42:42 2009 +0200 @@ -23,8 +23,7 @@ \subsection whatis What is LEMON -LEMON stands for -Library of Efficient Models +LEMON stands for Library for Efficient Modeling and Optimization in Networks. It is a C++ template library aimed at combinatorial optimization tasks which diff -r cb38ccedd2c1 -r ebdcc68fe79e lemon/lemon.pc.in --- a/lemon/lemon.pc.in Thu May 07 10:46:49 2009 +0200 +++ b/lemon/lemon.pc.in Mon May 11 16:42:42 2009 +0200 @@ -4,7 +4,7 @@ includedir=@includedir@ Name: @PACKAGE_NAME@ -Description: Library of Efficient Models and Optimization in Networks +Description: Library for Efficient Modeling and Optimization in Networks Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@ Cflags: -I${includedir}