# HG changeset patch # User Alpar Juttner # Date 1242056301 -3600 # Node ID 4d3d1a2cd23dce4b6d484435ebd940aece722131 # Parent ca92c2f936b03d0966865203a090abbd2e703cbc# Parent d9cf3b5858aebc854b94433dcd6ada37c6306db9 Merge diff -r ca92c2f936b0 -r 4d3d1a2cd23d CMakeLists.txt --- a/CMakeLists.txt Sat May 09 16:47:26 2009 +0200 +++ b/CMakeLists.txt Mon May 11 16:38:21 2009 +0100 @@ -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 ca92c2f936b0 -r 4d3d1a2cd23d README --- a/README Sat May 09 16:47:26 2009 +0200 +++ b/README Mon May 11 16:38:21 2009 +0100 @@ -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 ca92c2f936b0 -r 4d3d1a2cd23d doc/groups.dox --- a/doc/groups.dox Sat May 09 16:47:26 2009 +0200 +++ b/doc/groups.dox Mon May 11 16:38:21 2009 +0100 @@ -138,16 +138,6 @@ */ /** -@defgroup semi_adaptors Semi-Adaptor Classes for Graphs -@ingroup graphs -\brief Graph types between real graphs and graph adaptors. - -This group contains some graph types between real graphs and graph adaptors. -These classes wrap graphs to give new functionality as the adaptors do it. -On the other hand they are not light-weight structures as the adaptors. -*/ - -/** @defgroup maps Maps @ingroup datas \brief Map structures implemented in LEMON. diff -r ca92c2f936b0 -r 4d3d1a2cd23d doc/mainpage.dox --- a/doc/mainpage.dox Sat May 09 16:47:26 2009 +0200 +++ b/doc/mainpage.dox Mon May 11 16:38:21 2009 +0100 @@ -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 ca92c2f936b0 -r 4d3d1a2cd23d lemon/edge_set.h --- a/lemon/edge_set.h Sat May 09 16:47:26 2009 +0200 +++ b/lemon/edge_set.h Mon May 11 16:38:21 2009 +0100 @@ -22,7 +22,7 @@ #include #include -/// \ingroup semi_adaptors +/// \ingroup graphs /// \file /// \brief ArcSet and EdgeSet classes. /// @@ -230,7 +230,7 @@ }; - /// \ingroup semi_adaptors + /// \ingroup graphs /// /// \brief Digraph using a node set of another digraph or graph and /// an own arc set. @@ -654,7 +654,7 @@ }; - /// \ingroup semi_adaptors + /// \ingroup graphs /// /// \brief Graph using a node set of another digraph or graph and an /// own edge set. @@ -913,7 +913,7 @@ }; - /// \ingroup semi_adaptors + /// \ingroup graphs /// /// \brief Digraph using a node set of another digraph or graph and /// an own arc set. @@ -1257,7 +1257,7 @@ }; - /// \ingroup semi_adaptors + /// \ingroup graphs /// /// \brief Graph using a node set of another digraph or graph and an /// own edge set. diff -r ca92c2f936b0 -r 4d3d1a2cd23d lemon/lemon.pc.in --- a/lemon/lemon.pc.in Sat May 09 16:47:26 2009 +0200 +++ b/lemon/lemon.pc.in Mon May 11 16:38:21 2009 +0100 @@ -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}