Decided not to \include the sample.lgf in the quicktour: so it can be bigger.
1.1 --- a/demo/sample.lgf Tue Jul 05 14:36:10 2005 +0000
1.2 +++ b/demo/sample.lgf Thu Jul 07 09:04:39 2005 +0000
1.3 @@ -21,4 +21,5 @@
1.4 target 5
1.5 @edges
1.6 @attributes
1.7 +author "Attila BERNATH"
1.8 @end
2.1 --- a/doc/quicktour.dox Tue Jul 05 14:36:10 2005 +0000
2.2 +++ b/doc/quicktour.dox Thu Jul 07 09:04:39 2005 +0000
2.3 @@ -65,7 +65,33 @@
2.4 (called \c coordinates_x and \c coordinates_y), several edges, an edge map
2.5 called \c capacity and two designated nodes (called \c source and \c target).
2.6
2.7 -\include sample.lgf
2.8 +\verbatim
2.9 +@nodeset
2.10 +id coordinates_x coordinates_y
2.11 +5 796.398 208.035
2.12 +4 573.002 63.002
2.13 +3 568.549 401.748
2.14 +2 277.889 68.476
2.15 +1 288.248 397.327
2.16 +0 102.239 257.532
2.17 +@edgeset
2.18 + id capacity
2.19 +4 5 6 8
2.20 +3 5 5 8
2.21 +2 4 4 5
2.22 +1 4 3 8
2.23 +1 3 2 5
2.24 +0 2 1 10
2.25 +0 1 0 10
2.26 +#This is a comment here
2.27 +@nodes
2.28 +source 0
2.29 +target 5
2.30 +@edges
2.31 +@attributes
2.32 +author "Attila BERNATH"
2.33 +@end
2.34 +\endverbatim
2.35
2.36 Finally let us give a simple example that reads a graph from a file and writes
2.37 it to the standard output.