COIN-OR::LEMON - Graph Library

Ticket #289: 289-lemon-ebdcc68fe79e.patch

File 289-lemon-ebdcc68fe79e.patch, 2.2 KB (added by Peter Kovacs, 15 years ago)
  • CMakeLists.txt

    # 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  
    4444    SET(CPACK_PACKAGE_NAME ${PROJECT_NAME})
    4545    SET(CPACK_PACKAGE_VENDOR "EGRES")
    4646    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")
    4848    SET(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
    4949
    5050    SET(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
  • README

    diff --git a/README b/README
    a b  
    1 ==================================================================
    2 LEMON - a Library of Efficient Models and Optimization in Networks
    3 ==================================================================
     1=====================================================================
     2LEMON - a Library for Efficient Modeling and Optimization in Networks
     3=====================================================================
    44
    55LEMON is an open source library written in C++. It provides
    66easy-to-use implementations of common data structures and algorithms
  • doc/mainpage.dox

    diff --git a/doc/mainpage.dox b/doc/mainpage.dox
    a b  
    2323
    2424\subsection whatis What is LEMON
    2525
    26 LEMON stands for
    27 <b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
     26LEMON stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
    2827and <b>O</b>ptimization in <b>N</b>etworks.
    2928It is a C++ template
    3029library aimed at combinatorial optimization tasks which
  • lemon/lemon.pc.in

    diff --git a/lemon/lemon.pc.in b/lemon/lemon.pc.in
    a b  
    44includedir=@includedir@
    55
    66Name: @PACKAGE_NAME@
    7 Description: Library of Efficient Models and Optimization in Networks
     7Description: Library for Efficient Modeling and Optimization in Networks
    88Version: @PACKAGE_VERSION@
    99Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@ @SOPLEX_LIBS@ @CLP_LIBS@ @CBC_LIBS@
    1010Cflags: -I${includedir}