COIN-OR::LEMON - Graph Library

Changeset 658:ebdcc68fe79e in lemon-1.2


Ignore:
Timestamp:
05/11/09 16:42:42 (15 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Change the explanation of the acronym LEMON (#289)

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r631 r658  
    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
  • README

    r318 r658  
    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
  • doc/mainpage.dox

    r651 r658  
    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
  • lemon/lemon.pc.in

    r645 r658  
    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@
Note: See TracChangeset for help on using the changeset viewer.