//#Safe /* * Date: 25.7.2011 * Author: heizmann@informatik.uni-freiburg.de * * Program obtained by the program transformation which TERMINATOR uses to * prove termination of AmirsExample, given the transition invariant * consisting of the following two disjuncts * x= y) { if (*) { x := y-1; havoc y; } else { y := y-1; havoc x; } } else { if (*) { x := x-1; havoc y; } else { y := x-1; havoc x; } } } }