MAYBE LCTRS Theories Core, Ints Signature sum2: Int -> Int u: (Int, Int, Int) -> Int Rules u(!x, !i, !z) -> !z [not(<=(!i, !x))] u(!x, !i, !z) -> u(!x, +(!i, 1), +(!z, !i)) [<=(!i, !x)] sum2(!x) -> u(!x, 0, 0) No termination info given. Elapsed Time: 37.66 ms