COIN-OR::LEMON - Graph Library

Changeset 25:66d164ef72d1 in lemon-tutorial for getting_started.dox


Ignore:
Timestamp:
02/14/10 21:26:31 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Improve intro and getting started pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • getting_started.dox

    r23 r25  
    2121[PAGE]hello_lemon[PAGE] Compile Your First Code
    2222
    23 First of all you have to install LEMON on your system (see
    24 <a href="http://lemon.cs.elte.hu/trac/lemon/wiki/InstallGuide"><b>our
    25 web page</b></a> for instructions).
    26 After that you can paste the following code segment into a file
    27 <tt>hello_lemon.cc</tt> to have a first working program that uses LEMON.
     23First of all, you have to install LEMON on your system (see the
     24<a href="http://lemon.cs.elte.hu/trac/lemon/wiki/InstallGuide"><b>Installation
     25Guide</b></a> for instructions).
     26In this section, we assume that you use a Linux environment and
     27<a href="http://gcc.gnu.org/">GCC</a> compiler.
     28
     29Once you have installed the library, you may paste the following code segment
     30into a file <tt>hello_lemon.cc</tt> to have a first working program that uses
     31LEMON.
    2832
    2933\dontinclude hello_lemon.cc
     
    3135\until }
    3236
    33 In this small example a directed graph is created with two nodes and
     37In this small example, a directed graph is created with two nodes and
    3438an arc added to it.
    3539
     
    7074If you managed to compile and run this example code without any problems,
    7175you may go on reading this tutorial to get to know the basic notions,
    72 features and tools of LEMON. However if you encountered problems that
     76features and tools of LEMON. However, if you encountered problems that
    7377you did not manage to solve, do not hesitate to
    7478<a href="mailto:lemon-user@lemon.cs.elte.hu"><b>contact us</b></a>.
Note: See TracChangeset for help on using the changeset viewer.