[Lemon-commits] [lemon_svn] athos: r2036 - in hugo/trunk: demo doc

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:49:40 CET 2006


Author: athos
Date: Thu Jul  7 11:04:39 2005
New Revision: 2036

Modified:
   hugo/trunk/demo/sample.lgf
   hugo/trunk/doc/quicktour.dox

Log:
Decided not to \include the sample.lgf in the quicktour: so it can be bigger.

Modified: hugo/trunk/demo/sample.lgf
==============================================================================
--- hugo/trunk/demo/sample.lgf	(original)
+++ hugo/trunk/demo/sample.lgf	Thu Jul  7 11:04:39 2005
@@ -21,4 +21,5 @@
 target 5
 @edges 
 @attributes 
+author "Attila BERNATH"
 @end

Modified: hugo/trunk/doc/quicktour.dox
==============================================================================
--- hugo/trunk/doc/quicktour.dox	(original)
+++ hugo/trunk/doc/quicktour.dox	Thu Jul  7 11:04:39 2005
@@ -65,7 +65,33 @@
 (called \c coordinates_x and \c coordinates_y), several edges, an edge map
 called \c capacity and two designated nodes (called \c source and \c target).
 
-\include sample.lgf
+\verbatim
+ at nodeset
+id      coordinates_x   coordinates_y
+5       796.398 208.035
+4       573.002 63.002
+3       568.549 401.748
+2       277.889 68.476
+1       288.248 397.327
+0       102.239 257.532
+ at edgeset
+                id      capacity
+4       5       6       8
+3       5       5       8
+2       4       4       5
+1       4       3       8
+1       3       2       5
+0       2       1       10
+0       1       0       10
+#This is a comment here
+ at nodes
+source 0
+target 5
+ at edges 
+ at attributes 
+author "Attila BERNATH"
+ at end
+\endverbatim
 
 Finally let us give a simple example that reads a graph from a file and writes
 it to the standard output.



More information about the Lemon-commits mailing list