test/preflow_graph.lgf
author Peter Kovacs <kpeter@inf.elte.hu>
Fri, 09 Jan 2009 12:54:27 +0100
changeset 451 fbd6e04acf44
parent 389 660db48f324f
permissions -rw-r--r--
Various doc improvements for graph adaptors (#67)

- Add notes about modifying the adapted graphs through adaptors
if it is possible.
- Add notes about the possible conversions between the Node, Arc and
Edge types of the adapted graphs and the adaptors.
- Hide the default values for template parameters (describe them
in the doc instead).
- More precise docs for template parameters.
- More precise docs for member functions.
- Add docs for important public typedefs.
- Unify the docs of the adaptors.
- Add \relates commands for the creator functions.
- Fixes and improvements the module documentation.
     1 @nodes
     2 label
     3 0
     4 1
     5 2
     6 3
     7 4
     8 5
     9 6
    10 7
    11 8
    12 9
    13 @arcs
    14 		label	capacity
    15 0	1	0	20
    16 0	2	1	0
    17 1	1	2	3
    18 1	2	3	8
    19 1	3	4	8
    20 2	5	5	5
    21 3	2	6	5
    22 3	5	7	5
    23 3	6	8	5
    24 4	3	9	3
    25 5	7	10	3
    26 5	6	11	10
    27 5	8	12	10
    28 6	8	13	8
    29 8	9	14	20
    30 8	1	15	5
    31 9	5	16	5
    32 @attributes
    33 source 1
    34 target 8