unsat
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v7 x y z) (v1 x y z)))
  ( 2 0 1 )
  ( 0 0 1 )
)
(instantiations (forall ((x Int)) (= x (g1 x)))
  ( (u1 1 0 1) )
)
(instantiations (forall ((x Int)) (= x (g7 x)))
  ( (u7 1 0 1) )
)
(instantiations (forall ((x Int) (y Int)) (= x (+ (* (- 1) y) (f7 x y))))
  ( (u7 0 0 1) (v7 0 0 1) )
)
(instantiations (forall ((x Int) (y Int)) (= x (+ (- 1) (* (- 1) y) (f1 x y))))
  ( (u1 0 0 1) (v1 0 0 1) )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u7 x y z) (ite (>= x 1) (f7 (u7 (+ (- 1) x) y z) (v7 (+ (- 1) x) y z)) y)))
  ( 1 0 1 )
  ( 0 0 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v7 x y z) (ite (>= x 1) (g7 (u7 (+ (- 1) x) y z)) z)))
  ( 2 0 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (u1 x y z) (ite (>= x 1) (f1 (u1 (+ (- 1) x) y z) (v1 (+ (- 1) x) y z)) y)))
  ( 1 0 1 )
  ( 0 0 1 )
)
(instantiations (forall ((x Int) (y Int) (z Int)) (= (v1 x y z) (ite (>= x 1) (g1 (u1 (+ (- 1) x) y z)) z)))
  ( 2 0 1 )
  ( 0 0 1 )
)
