Change the explanation of the acronym LEMON (#289)
authorPeter Kovacs <kpeter@inf.elte.hu>
Mon, 11 May 2009 16:42:42 +0200
changeset 705ebdcc68fe79e
parent 703 cb38ccedd2c1
child 706 88753a77c634
Change the explanation of the acronym LEMON (#289)
CMakeLists.txt
README
doc/mainpage.dox
lemon/lemon.pc.in
     1.1 --- a/CMakeLists.txt	Thu May 07 10:46:49 2009 +0200
     1.2 +++ b/CMakeLists.txt	Mon May 11 16:42:42 2009 +0200
     1.3 @@ -44,7 +44,7 @@
     1.4      SET(CPACK_PACKAGE_NAME ${PROJECT_NAME})
     1.5      SET(CPACK_PACKAGE_VENDOR "EGRES")
     1.6      SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY
     1.7 -      "LEMON - Library of Efficient Models and Optimization in Networks")
     1.8 +      "LEMON - Library for Efficient Modeling and Optimization in Networks")
     1.9      SET(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
    1.10  
    1.11      SET(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
     2.1 --- a/README	Thu May 07 10:46:49 2009 +0200
     2.2 +++ b/README	Mon May 11 16:42:42 2009 +0200
     2.3 @@ -1,6 +1,6 @@
     2.4 -==================================================================
     2.5 -LEMON - a Library of Efficient Models and Optimization in Networks
     2.6 -==================================================================
     2.7 +=====================================================================
     2.8 +LEMON - a Library for Efficient Modeling and Optimization in Networks
     2.9 +=====================================================================
    2.10  
    2.11  LEMON is an open source library written in C++. It provides
    2.12  easy-to-use implementations of common data structures and algorithms
     3.1 --- a/doc/mainpage.dox	Thu May 07 10:46:49 2009 +0200
     3.2 +++ b/doc/mainpage.dox	Mon May 11 16:42:42 2009 +0200
     3.3 @@ -23,8 +23,7 @@
     3.4  
     3.5  \subsection whatis What is LEMON
     3.6  
     3.7 -LEMON stands for
     3.8 -<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
     3.9 +LEMON stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
    3.10  and <b>O</b>ptimization in <b>N</b>etworks.
    3.11  It is a C++ template
    3.12  library aimed at combinatorial optimization tasks which
     4.1 --- a/lemon/lemon.pc.in	Thu May 07 10:46:49 2009 +0200
     4.2 +++ b/lemon/lemon.pc.in	Mon May 11 16:42:42 2009 +0200
     4.3 @@ -4,7 +4,7 @@
     4.4  includedir=@includedir@
     4.5  
     4.6  Name: @PACKAGE_NAME@
     4.7 -Description: Library of Efficient Models and Optimization in Networks
     4.8 +Description: Library for Efficient Modeling and Optimization in Networks
     4.9  Version: @PACKAGE_VERSION@
    4.10  Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@
    4.11  Cflags: -I${includedir}