Changeset 1713:49d22d34d95f in lemon-0.x for doc/getstart.dox
- Timestamp:
- 10/06/05 12:28:45 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2240
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/getstart.dox
r1640 r1713 149 149 \endverbatim 150 150 The 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 not152 likely).151 the GLPK headers and libraries are not under the same prefix (which is 152 unlikely). 153 153 154 154 \verbatim … … 156 156 \endverbatim 157 157 The 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 not159 likely).158 the GLPK headers and libraries are not under the same prefix (which is 159 unlikely). 160 160 161 161 \verbatim … … 237 237 therefore iterating throuh its edges and nodes is fast. 238 238 239 After some convenien ttypedefs we create a graph and add three nodes to it.239 After some convenience typedefs we create a graph and add three nodes to it. 240 240 Then we add edges to it to form a complete graph. 241 241 … … 251 251 252 252 If your installation of LEMON into directory \c /usr/local was 253 successful then it is very easy to compile this program with the253 successful, then it is very easy to compile this program with the 254 254 following command (the argument <tt>-lemon</tt> tells the compiler 255 255 that we are using the installed library LEMON):
Note: See TracChangeset
for help on using the changeset viewer.