; @author Naoki Nishida
; @cops 831
(format CTRS oriented :problem infeasibility)
(fun a 0)
(fun b 0)
(fun c 0)
(fun pin 1)
(fun pout 1)
(fun tc 1)
(fun z 0)
(rule (pin a) (pout b))
(rule (pin b) (pout c))
(rule (tc x) x)
(rule (tc x) y (= (pin x) (pout z)) (= (tc z) y))
(infeasible? (= (pin x1) (pout z)) (= (tc z) x2))