[Lemon-commits] Peter Kovacs: Change the explanation of the acro...
Lemon HG
hg at lemon.cs.elte.hu
Mon May 11 16:50:19 CEST 2009
details: http://lemon.cs.elte.hu/hg/lemon/rev/ebdcc68fe79e
changeset: 701:ebdcc68fe79e
user: Peter Kovacs <kpeter [at] inf.elte.hu>
date: Mon May 11 16:42:42 2009 +0200
description:
Change the explanation of the acronym LEMON (#289)
diffstat:
CMakeLists.txt | 2 +-
README | 6 +++---
doc/mainpage.dox | 3 +--
lemon/lemon.pc.in | 2 +-
4 files changed, 6 insertions(+), 7 deletions(-)
diffs (50 lines):
diff --git a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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 --git a/README b/README
--- a/README
+++ b/README
@@ -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 --git a/doc/mainpage.dox b/doc/mainpage.dox
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -23,8 +23,7 @@
\subsection whatis What is LEMON
-LEMON stands for
-<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
+LEMON stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
and <b>O</b>ptimization in <b>N</b>etworks.
It is a C++ template
library aimed at combinatorial optimization tasks which
diff --git a/lemon/lemon.pc.in b/lemon/lemon.pc.in
--- a/lemon/lemon.pc.in
+++ b/lemon/lemon.pc.in
@@ -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}
More information about the Lemon-commits
mailing list