//This file was generated from (Academic) UPPAAL 4.1.1 (rev. 4276), March 2009 /* */ A[] forall (i: Nodes) forall (j : Nodes) SENDER(i).Sending && neighbor(i,j) imply RECEIVER(j).Receiving /* */ A[] forall (i:Nodes) SYNCHRONIZER(i).phase_errors[0] < 10 /* */ A[] forall (i:Nodes) forall (j:Nodes) forall (k:Nodes) SENDER(i).Sending && neighbor(i,k) && SENDER(j).Sending && neighbor(j,k) imply i == j /* */ A[] not deadlock\