COIN-OR::LEMON - Graph Library

Changeset 1051:4f9a45a6d6f0 in lemon-main


Ignore:
Timestamp:
03/16/13 14:09:53 (11 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Add references to papers related to LEMON (#459)

Location:
doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/groups.dox

    r1050 r1051  
    429429which is capable of handling real-valued arc costs (other numerical
    430430data are required to be integer).
     431
     432For more details about these implementations and for a comprehensive
     433experimental study, see the paper \ref KiralyKovacs12MCF.
     434It also compares these codes to other publicly available
     435minimum cost flow solvers.
    431436*/
    432437
  • doc/mainpage.dox.in

    r930 r1051  
    2626It is a C++ template library providing efficient implementations of common
    2727data structures and algorithms with focus on combinatorial optimization
    28 tasks connected mainly with graphs and networks.
     28tasks connected mainly with graphs and networks \ref DezsoJuttnerKovacs11Lemon.
    2929
    3030<b>
  • doc/references.bib

    r1002 r1051  
    2020                  {O}perations {R}esearch},
    2121  url =          {http://www.coin-or.org/}
     22}
     23
     24
     25%%%%% Papers related to LEMON %%%%%
     26
     27@article{DezsoJuttnerKovacs11Lemon,
     28  author =       {B. Dezs{\H o} and A. J\"uttner and P. Kov\'acs},
     29  title =        {{LEMON} -- an open source {C++} graph template library},
     30  journal =      {Electronic Notes in Theoretical Computer Science},
     31  volume =       {264},
     32  pages =        {23--45},
     33  year =         {2011},
     34  note =         {Proc. 2nd Workshop on Generative Technologies}
     35}
     36
     37@article{KiralyKovacs12MCF,
     38  author =       {Z. Kir\'aly and P. Kov\'acs},
     39  title =        {Efficient implementations of minimum-cost flow algorithms},
     40  journal =      {Acta Universitatis Sapientiae, Informatica},
     41  year =         {2012},
     42  volume =       {4},
     43  pages =        {67--118}
    2244}
    2345
Note: See TracChangeset for help on using the changeset viewer.