Changeset 1051:4f9a45a6d6f0 in lemon-main
- Timestamp:
- 03/16/13 14:09:53 (12 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- doc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/groups.dox
r1050 r1051 429 429 which is capable of handling real-valued arc costs (other numerical 430 430 data are required to be integer). 431 432 For more details about these implementations and for a comprehensive 433 experimental study, see the paper \ref KiralyKovacs12MCF. 434 It also compares these codes to other publicly available 435 minimum cost flow solvers. 431 436 */ 432 437 -
doc/mainpage.dox.in
r930 r1051 26 26 It is a C++ template library providing efficient implementations of common 27 27 data structures and algorithms with focus on combinatorial optimization 28 tasks connected mainly with graphs and networks .28 tasks connected mainly with graphs and networks \ref DezsoJuttnerKovacs11Lemon. 29 29 30 30 <b> -
doc/references.bib
r1002 r1051 20 20 {O}perations {R}esearch}, 21 21 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} 22 44 } 23 45
Note: See TracChangeset
for help on using the changeset viewer.