equal
deleted
inserted
replaced
15 * purpose. |
15 * purpose. |
16 * |
16 * |
17 */ |
17 */ |
18 |
18 |
19 /** |
19 /** |
20 [PAGE]intro[PAGE] Introduction |
20 [PAGE]sec_intro[PAGE] Introduction |
21 |
21 |
22 [SEC]intro_lemon[SEC] What is LEMON |
22 [SEC]sec_intro_lemon[SEC] What is LEMON |
23 |
23 |
24 <b>LEMON</b> stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling and |
24 <b>LEMON</b> stands for <b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling and |
25 <b>O</b>ptimization in <b>N</b>etworks. It is a C++ template library providing |
25 <b>O</b>ptimization in <b>N</b>etworks. It is a C++ template library providing |
26 efficient implementations of common data structures and algorithms with |
26 efficient implementations of common data structures and algorithms with |
27 focus on combinatorial optimization tasks connected mainly with graphs |
27 focus on combinatorial optimization tasks connected mainly with graphs |
41 then you might find it useful and convenient to use LEMON. |
41 then you might find it useful and convenient to use LEMON. |
42 |
42 |
43 For more information, visit the LEMON web site: |
43 For more information, visit the LEMON web site: |
44 <a href="http://lemon.cs.elte.hu/"><b>http://lemon.cs.elte.hu/</b></a>. |
44 <a href="http://lemon.cs.elte.hu/"><b>http://lemon.cs.elte.hu/</b></a>. |
45 |
45 |
46 [SEC]intro_tutorial[SEC] LEMON Tutorial |
46 [SEC]sec_intro_tutorial[SEC] LEMON Tutorial |
47 |
47 |
48 This tutorial introduces the reader to the basic concepts and features of |
48 This tutorial introduces the reader to the basic concepts and features of |
49 LEMON, and there are also some sections about advanced topics showing the |
49 LEMON, and there are also some sections about advanced topics showing the |
50 power of various tools implemented in the library. |
50 power of various tools implemented in the library. |
51 |
51 |