Nick
Input file: b319.dot
Comments:
[erg] dot aborts trying to find a feasible tree to use in
network simplex.
It's a technical bug: an isolated node is specified as being on the source rank. The following graph causes the problem:
digraph G {
subgraph {
rank = source
a
}
b
}