; @origtpdbfilename ./TRS/SchneiderKamp/trs/cade08.trs ; @xtcfilename "./TRS_Standard/GTSSK07/cade08.xml" (format TRS) (fun f 4) (fun true 0) (fun and 2) (fun gt 2) (fun s 1) (fun |0| 0) (fun false 0) (rule (f true x y z) (f (and (gt x y) (gt x z)) x (s y) z)) (rule (f true x y z) (f (and (gt x y) (gt x z)) x y (s z))) (rule (gt |0| v) false) (rule (gt (s u) |0|) true) (rule (gt (s u) (s v)) (gt u v)) (rule (and x true) x) (rule (and x false) false)