Number: 31
Title: loop in route splines
Submitter: John Ellson
Date: 25 Jun 2001
Subsys: dot
Version: 1.7
System: *-*-*
Severity: major
Problem: Spline routing appears to loop forever.
Input:
digraph g {
  subgraph "cluster" {
    {allocated;available}->allocated;
    allocated->allocated[label="?res_req!res_rej"];
    allocated->available[label="?rel_req!rel_ack"];
    allocated->available[label="?rel_ack"];
    any->any
  }
}
Owner: north
Status: Fixed