COIN-OR::LEMON - Graph Library

Changeset 1713:49d22d34d95f in lemon-0.x for doc/getstart.dox


Ignore:
Timestamp:
10/06/05 12:28:45 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2240
Message:

Doc improvments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/getstart.dox

    r1640 r1713  
    149149\endverbatim
    150150The directory where the GLPK header files are located. This is only useful when
    151 the GLPK headers and libraries are not under the same prefix (which is not
    152 likely).
     151the GLPK headers and libraries are not under the same prefix (which is
     152unlikely).
    153153
    154154\verbatim
     
    156156\endverbatim
    157157The directory where the GLPK libraries are located. This is only useful when
    158 the GLPK headers and libraries are not under the same prefix (which is not
    159 likely).
     158the GLPK headers and libraries are not under the same prefix (which is
     159unlikely).
    160160
    161161\verbatim
     
    237237therefore iterating throuh its edges and nodes is fast.
    238238
    239 After some convenient typedefs we create a graph and add three nodes to it.
     239After some convenience typedefs we create a graph and add three nodes to it.
    240240Then we add edges to it to form a complete graph.
    241241
     
    251251
    252252If your installation of LEMON into directory \c /usr/local was
    253 successful then it is very easy to compile this program with the
     253successful, then it is very easy to compile this program with the
    254254following command (the argument <tt>-lemon</tt> tells the compiler
    255255that we are using the installed library LEMON):
Note: See TracChangeset for help on using the changeset viewer.