COIN-OR::LEMON - Graph Library

Changes in / [662:4d3d1a2cd23d:661:ca92c2f936b0] in lemon-main


Ignore:
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r658 r631  
    4545    SET(CPACK_PACKAGE_VENDOR "EGRES")
    4646    SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY
    47       "LEMON - Library for Efficient Modeling and Optimization in Networks")
     47      "LEMON - Library of Efficient Models and Optimization in Networks")
    4848    SET(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")
    4949
  • README

    r658 r318  
    1 =====================================================================
    2 LEMON - a Library for Efficient Modeling and Optimization in Networks
    3 =====================================================================
     1==================================================================
     2LEMON - a Library of Efficient Models and Optimization in Networks
     3==================================================================
    44
    55LEMON is an open source library written in C++. It provides
  • doc/groups.dox

    r660 r651  
    139139
    140140/**
     141@defgroup semi_adaptors Semi-Adaptor Classes for Graphs
     142@ingroup graphs
     143\brief Graph types between real graphs and graph adaptors.
     144
     145This group contains some graph types between real graphs and graph adaptors.
     146These classes wrap graphs to give new functionality as the adaptors do it.
     147On the other hand they are not light-weight structures as the adaptors.
     148*/
     149
     150/**
    141151@defgroup maps Maps
    142152@ingroup datas
  • doc/mainpage.dox

    r658 r651  
    2424\subsection whatis What is LEMON
    2525
    26 LEMON stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
     26LEMON stands for
     27<b>L</b>ibrary of <b>E</b>fficient <b>M</b>odels
    2728and <b>O</b>ptimization in <b>N</b>etworks.
    2829It is a C++ template
  • lemon/edge_set.h

    r660 r617  
    2323#include <lemon/bits/edge_set_extender.h>
    2424
    25 /// \ingroup graphs
     25/// \ingroup semi_adaptors
    2626/// \file
    2727/// \brief ArcSet and EdgeSet classes.
     
    231231  };
    232232
    233   /// \ingroup graphs
     233  /// \ingroup semi_adaptors
    234234  ///
    235235  /// \brief Digraph using a node set of another digraph or graph and
     
    655655  };
    656656
    657   /// \ingroup graphs
     657  /// \ingroup semi_adaptors
    658658  ///
    659659  /// \brief Graph using a node set of another digraph or graph and an
     
    914914
    915915
    916   /// \ingroup graphs
     916  /// \ingroup semi_adaptors
    917917  ///
    918918  /// \brief Digraph using a node set of another digraph or graph and
     
    12581258  };
    12591259
    1260   /// \ingroup graphs
     1260  /// \ingroup semi_adaptors
    12611261  ///
    12621262  /// \brief Graph using a node set of another digraph or graph and an
  • lemon/lemon.pc.in

    r658 r645  
    55
    66Name: @PACKAGE_NAME@
    7 Description: Library for Efficient Modeling and Optimization in Networks
     7Description: Library of Efficient Models 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.