COIN-OR::LEMON - Graph Library

Ticket #459: 459-3-4f9a45a6d6f0.patch

File 459-3-4f9a45a6d6f0.patch, 2.2 KB (added by Peter Kovacs, 11 years ago)
  • doc/groups.dox

    # HG changeset patch
    # User Peter Kovacs <kpeter@inf.elte.hu>
    # Date 1363439393 -3600
    # Node ID 4f9a45a6d6f086ad942f1f1a49edbee9d1fb3d47
    # Parent  d9d1cb759951324f44b4060c92ce0993c6b0b382
    Add references to papers related to LEMON (#459)
    
    diff --git a/doc/groups.dox b/doc/groups.dox
    a b  
    428428(capacities, supply values, and costs), except for \ref CapacityScaling,
    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
    433438/**
  • doc/mainpage.dox.in

    diff --git a/doc/mainpage.dox.in b/doc/mainpage.dox.in
    a b  
    2525and <b>O</b>ptimization in <b>N</b>etworks</i>.
    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>
    3131LEMON is an <a class="el" href="http://opensource.org/">open&nbsp;source</a>
  • doc/references.bib

    diff --git a/doc/references.bib b/doc/references.bib
    a b  
    2222}
    2323
    2424
     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}
     44}
     45
     46
    2547%%%%% Other libraries %%%%%%
    2648
    2749@misc{boost,