; @origtpdbfilename ./TRS/nontermin/AG01/#4.19.trs ; @xtcfilename "./TRS_Standard/Strategy_removed_AG01/#4.19.xml" (format TRS) (fun f 3) (fun c 1) (fun s 1) (fun g 2) (rule (f x (c x) (c y)) (f y y (f y x y))) (rule (f (s x) y z) (f x (s (c y)) (c z))) (rule (f (c x) x y) (c y)) (rule (g x y) x) (rule (g x y) y)