Valdes, J., R.E. Tarjan and E.L. Lawler, "The Recognition of Series Parallel Digraphs", SIAM Journal on Computing, Vol. 11(2), pp 298-313, (May 1982).Note: Not all parts of the article are relevant for the project. The most important section is Section 3.3 that deals with "edge series-parallel (ESP)" graphs, but other parts of the article should also be read carefully in order to understand that section.
+------+ Vdd (1)
| |
A ++ B ++
-o| -o|
++ ++
| |
+--+---+ out (2)
|
++
A -|
++
| (3)
++
B -|
++
|
+--+---+ Vss (0)
The file describing this network looks like:
4 4 1 2 A 2 1 B 2 3 A 0 3 B