0 JBC
↳1 JBCToGraph (⇒, 186 ms)
↳2 JBCTerminationGraph
↳3 TerminationGraphToSCCProof (⇒, 0 ms)
↳4 JBCTerminationSCC
↳5 SCCToIDPv1Proof (⇒, 27 ms)
↳6 IDP
↳7 IDPNonInfProof (⇒, 124 ms)
↳8 IDP
↳9 IDependencyGraphProof (⇔, 0 ms)
↳10 IDP
↳11 UsableRulesProof (⇔, 0 ms)
↳12 IDP
↳13 IDPNonInfProof (⇒, 15 ms)
↳14 IDP
↳15 IDependencyGraphProof (⇔, 0 ms)
↳16 TRUE
/**
* A recursive loop.
*
* All calls terminate.
*
* Julia + BinTerm prove that the call to <tt>test()</tt> terminates.
*
* @author <A HREF="mailto:fausto.spoto@univr.it">Fausto Spoto</A>
*/
public class Double {
private static void test(int n) {
for (int i = 0; i < n; i++)
test(i);
}
public static void main(String[] args) {
test(10);
}
}
Generated 19 rules for P and 21 rules for R.
P rules:
f370_0_test_Store(EOS(STATIC_370), i28, i28, matching1) → f372_0_test_Load(EOS(STATIC_372), i28, i28, 0) | =(matching1, 0)
f372_0_test_Load(EOS(STATIC_372), i28, i28, matching1) → f426_0_test_Load(EOS(STATIC_426), i28, i28, 0) | =(matching1, 0)
f426_0_test_Load(EOS(STATIC_426), i32, i32, i33) → f482_0_test_Load(EOS(STATIC_482), i32, i32, i33)
f482_0_test_Load(EOS(STATIC_482), i32, i32, i42) → f524_0_test_Load(EOS(STATIC_524), i32, i32, i42)
f524_0_test_Load(EOS(STATIC_524), i32, i32, i50) → f567_0_test_Load(EOS(STATIC_567), i32, i32, i50)
f567_0_test_Load(EOS(STATIC_567), i32, i32, i58) → f568_0_test_Load(EOS(STATIC_568), i32, i32, i58, i58)
f568_0_test_Load(EOS(STATIC_568), i32, i32, i58, i58) → f570_0_test_GE(EOS(STATIC_570), i32, i32, i58, i58, i32)
f570_0_test_GE(EOS(STATIC_570), i32, i32, i58, i58, i32) → f572_0_test_GE(EOS(STATIC_572), i32, i32, i58, i58, i32)
f572_0_test_GE(EOS(STATIC_572), i32, i32, i58, i58, i32) → f575_0_test_Load(EOS(STATIC_575), i32, i32, i58) | <(i58, i32)
f575_0_test_Load(EOS(STATIC_575), i32, i32, i58) → f578_0_test_InvokeMethod(EOS(STATIC_578), i32, i32, i58, i58)
f578_0_test_InvokeMethod(EOS(STATIC_578), i32, i32, i58, i58) → f584_1_test_InvokeMethod(f584_0_test_ConstantStackPush(EOS(STATIC_584), i58, i58), i32, i32, i58, i58)
f584_0_test_ConstantStackPush(EOS(STATIC_584), i58, i58) → f589_0_test_ConstantStackPush(EOS(STATIC_589), i58, i58)
f589_0_test_ConstantStackPush(EOS(STATIC_589), i58, i58) → f368_0_test_ConstantStackPush(EOS(STATIC_368), i58, i58)
f368_0_test_ConstantStackPush(EOS(STATIC_368), i28, i28) → f370_0_test_Store(EOS(STATIC_370), i28, i28, 0)
f596_0_test_Return(EOS(STATIC_596), i32, i32, i64, i64) → f598_0_test_Inc(EOS(STATIC_598), i32, i32, i64)
f598_0_test_Inc(EOS(STATIC_598), i32, i32, i64) → f599_0_test_JMP(EOS(STATIC_599), i32, i32, +(i64, 1)) | >=(i64, 0)
f599_0_test_JMP(EOS(STATIC_599), i32, i32, i65) → f602_0_test_Load(EOS(STATIC_602), i32, i32, i65)
f602_0_test_Load(EOS(STATIC_602), i32, i32, i65) → f567_0_test_Load(EOS(STATIC_567), i32, i32, i65)
f584_1_test_InvokeMethod(f574_0_test_Return(EOS(STATIC_574), i64), i32, i32, i64, i64) → f596_0_test_Return(EOS(STATIC_596), i32, i32, i64, i64)
R rules:
f368_0_test_ConstantStackPush(EOS(STATIC_368), i28, i28) → f370_0_test_Store(EOS(STATIC_370), i28, i28, 0)
f370_0_test_Store(EOS(STATIC_370), i28, i28, matching1) → f372_0_test_Load(EOS(STATIC_372), i28, i28, 0) | =(matching1, 0)
f372_0_test_Load(EOS(STATIC_372), i28, i28, matching1) → f426_0_test_Load(EOS(STATIC_426), i28, i28, 0) | =(matching1, 0)
f426_0_test_Load(EOS(STATIC_426), i32, i32, i33) → f482_0_test_Load(EOS(STATIC_482), i32, i32, i33)
f482_0_test_Load(EOS(STATIC_482), i32, i32, i42) → f524_0_test_Load(EOS(STATIC_524), i32, i32, i42)
f524_0_test_Load(EOS(STATIC_524), i32, i32, i50) → f567_0_test_Load(EOS(STATIC_567), i32, i32, i50)
f567_0_test_Load(EOS(STATIC_567), i32, i32, i58) → f568_0_test_Load(EOS(STATIC_568), i32, i32, i58, i58)
f568_0_test_Load(EOS(STATIC_568), i32, i32, i58, i58) → f570_0_test_GE(EOS(STATIC_570), i32, i32, i58, i58, i32)
f570_0_test_GE(EOS(STATIC_570), i32, i32, i58, i58, i32) → f571_0_test_GE(EOS(STATIC_571), i32, i32, i58, i58, i32)
f570_0_test_GE(EOS(STATIC_570), i32, i32, i58, i58, i32) → f572_0_test_GE(EOS(STATIC_572), i32, i32, i58, i58, i32)
f571_0_test_GE(EOS(STATIC_571), i32, i32, i58, i58, i32) → f574_0_test_Return(EOS(STATIC_574), i32) | >=(i58, i32)
f572_0_test_GE(EOS(STATIC_572), i32, i32, i58, i58, i32) → f575_0_test_Load(EOS(STATIC_575), i32, i32, i58) | <(i58, i32)
f575_0_test_Load(EOS(STATIC_575), i32, i32, i58) → f578_0_test_InvokeMethod(EOS(STATIC_578), i32, i32, i58, i58)
f578_0_test_InvokeMethod(EOS(STATIC_578), i32, i32, i58, i58) → f584_1_test_InvokeMethod(f584_0_test_ConstantStackPush(EOS(STATIC_584), i58, i58), i32, i32, i58, i58)
f584_0_test_ConstantStackPush(EOS(STATIC_584), i58, i58) → f589_0_test_ConstantStackPush(EOS(STATIC_589), i58, i58)
f596_0_test_Return(EOS(STATIC_596), i32, i32, i64, i64) → f598_0_test_Inc(EOS(STATIC_598), i32, i32, i64)
f598_0_test_Inc(EOS(STATIC_598), i32, i32, i64) → f599_0_test_JMP(EOS(STATIC_599), i32, i32, +(i64, 1)) | >=(i64, 0)
f599_0_test_JMP(EOS(STATIC_599), i32, i32, i65) → f602_0_test_Load(EOS(STATIC_602), i32, i32, i65)
f602_0_test_Load(EOS(STATIC_602), i32, i32, i65) → f567_0_test_Load(EOS(STATIC_567), i32, i32, i65)
f589_0_test_ConstantStackPush(EOS(STATIC_589), i58, i58) → f368_0_test_ConstantStackPush(EOS(STATIC_368), i58, i58)
f584_1_test_InvokeMethod(f574_0_test_Return(EOS(STATIC_574), i64), i32, i32, i64, i64) → f596_0_test_Return(EOS(STATIC_596), i32, i32, i64, i64)
Combined rules. Obtained 2 conditional rules for P and 4 conditional rules for R.
P rules:
f370_0_test_Store(EOS(STATIC_370), x0, x0, 0) → f584_1_test_InvokeMethod(f370_0_test_Store(EOS(STATIC_370), 0, 0, 0), x0, x0, 0, 0) | >(x0, 0)
f584_1_test_InvokeMethod(f574_0_test_Return(EOS(STATIC_574), x0), x1, x1, x0, x0) → f584_1_test_InvokeMethod(f370_0_test_Store(EOS(STATIC_370), +(x0, 1), +(x0, 1), 0), x1, x1, +(x0, 1), +(x0, 1)) | &&(>(+(x0, 1), 0), >(x1, +(x0, 1)))
R rules:
f370_0_test_Store(EOS(STATIC_370), x0, x0, 0) → f570_0_test_GE(EOS(STATIC_570), x0, x0, 0, 0, x0)
f570_0_test_GE(EOS(STATIC_570), x0, x0, x1, x1, x0) → f574_0_test_Return(EOS(STATIC_574), x0) | >=(x1, x0)
f570_0_test_GE(EOS(STATIC_570), x0, x0, x1, x1, x0) → f584_1_test_InvokeMethod(f370_0_test_Store(EOS(STATIC_370), x1, x1, 0), x0, x0, x1, x1) | <(x1, x0)
f584_1_test_InvokeMethod(f574_0_test_Return(EOS(STATIC_574), x0), x1, x1, x0, x0) → f570_0_test_GE(EOS(STATIC_570), x1, x1, +(x0, 1), +(x0, 1), x1) | >(+(x0, 1), 0)
Filtered ground terms:
f370_0_test_Store(x1, x2, x3, x4) → f370_0_test_Store(x2, x3)
Cond_f370_0_test_Store(x1, x2, x3, x4, x5) → Cond_f370_0_test_Store(x1, x3, x4)
f574_0_test_Return(x1, x2) → f574_0_test_Return(x2)
f570_0_test_GE(x1, x2, x3, x4, x5, x6) → f570_0_test_GE(x2, x3, x4, x5, x6)
Cond_f570_0_test_GE(x1, x2, x3, x4, x5, x6, x7) → Cond_f570_0_test_GE(x1, x3, x4, x5, x6, x7)
Cond_f570_0_test_GE1(x1, x2, x3, x4, x5, x6, x7) → Cond_f570_0_test_GE1(x1, x3, x4, x5, x6, x7)
Filtered duplicate args:
f370_0_test_Store(x1, x2) → f370_0_test_Store(x2)
Cond_f370_0_test_Store(x1, x2, x3) → Cond_f370_0_test_Store(x1, x3)
f584_1_test_InvokeMethod(x1, x2, x3, x4, x5) → f584_1_test_InvokeMethod(x1, x3)
Cond_f584_1_test_InvokeMethod(x1, x2, x3, x4, x5, x6) → Cond_f584_1_test_InvokeMethod(x1, x2, x4)
f570_0_test_GE(x1, x2, x3, x4, x5) → f570_0_test_GE(x4, x5)
Cond_f570_0_test_GE(x1, x2, x3, x4, x5, x6) → Cond_f570_0_test_GE(x1, x5, x6)
Cond_f570_0_test_GE1(x1, x2, x3, x4, x5, x6) → Cond_f570_0_test_GE1(x1, x5, x6)
Filtered unneeded arguments:
Cond_f570_0_test_GE(x1, x2, x3) → Cond_f570_0_test_GE(x1, x3)
Combined rules. Obtained 4 conditional rules for P and 3 conditional rules for R.
P rules:
F370_0_TEST_STORE(x0) → F584_1_TEST_INVOKEMETHOD(f370_0_test_Store(0), x0) | >(x0, 0)
F370_0_TEST_STORE(x0) → F370_0_TEST_STORE(0) | >(x0, 0)
F584_1_TEST_INVOKEMETHOD(f574_0_test_Return(x0), x1) → F584_1_TEST_INVOKEMETHOD(f370_0_test_Store(+(x0, 1)), x1) | &&(>(x0, -1), >(x1, +(x0, 1)))
F584_1_TEST_INVOKEMETHOD(f574_0_test_Return(x0), x1) → F370_0_TEST_STORE(+(x0, 1)) | &&(>(x0, -1), >(x1, +(x0, 1)))
R rules:
f570_0_test_GE(x1, x0) → f574_0_test_Return(x0) | >=(x1, x0)
f584_1_test_InvokeMethod(f574_0_test_Return(x0), x1) → f570_0_test_GE(+(x0, 1), x1) | >(x0, -1)
f570_0_test_GE(x0, x1) → f584_1_test_InvokeMethod(f570_0_test_GE(0, x0), x1) | >(x1, x0)
Finished conversion. Obtained 8 rules for P and 6 rules for R. System has predefined symbols.
P rules:
F370_0_TEST_STORE'(x0) → COND_F370_0_TEST_STORE(>(x0, 0), x0)
COND_F370_0_TEST_STORE(TRUE, x0) → F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(0), x0)
F370_0_TEST_STORE'(x0) → COND_F370_0_TEST_STORE1(>(x0, 0), x0)
COND_F370_0_TEST_STORE1(TRUE, x0) → F370_0_TEST_STORE'(0)
F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0), x1) → COND_F584_1_TEST_INVOKEMETHOD(&&(>(x0, -1), >(x1, +(x0, 1))), f574_0_test_Return(x0), x1)
COND_F584_1_TEST_INVOKEMETHOD(TRUE, f574_0_test_Return(x0), x1) → F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(+(x0, 1)), x1)
F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0), x1) → COND_F584_1_TEST_INVOKEMETHOD1(&&(>(x0, -1), >(x1, +(x0, 1))), f574_0_test_Return(x0), x1)
COND_F584_1_TEST_INVOKEMETHOD1(TRUE, f574_0_test_Return(x0), x1) → F370_0_TEST_STORE'(+(x0, 1))
R rules:
f570_0_test_GE(x1, x0) → Cond_f570_0_test_GE(>=(x1, x0), x1, x0)
Cond_f570_0_test_GE(TRUE, x1, x0) → f574_0_test_Return(x0)
f584_1_test_InvokeMethod(f574_0_test_Return(x0), x1) → Cond_f584_1_test_InvokeMethod(>(x0, -1), f574_0_test_Return(x0), x1)
Cond_f584_1_test_InvokeMethod(TRUE, f574_0_test_Return(x0), x1) → f570_0_test_GE(+(x0, 1), x1)
f570_0_test_GE(x0, x1) → Cond_f570_0_test_GE1(>(x1, x0), x0, x1)
Cond_f570_0_test_GE1(TRUE, x0, x1) → f584_1_test_InvokeMethod(f570_0_test_GE(0, x0), x1)
!= | ~ | Neq: (Integer, Integer) -> Boolean |
* | ~ | Mul: (Integer, Integer) -> Integer |
>= | ~ | Ge: (Integer, Integer) -> Boolean |
-1 | ~ | UnaryMinus: (Integer) -> Integer |
| | ~ | Bwor: (Integer, Integer) -> Integer |
/ | ~ | Div: (Integer, Integer) -> Integer |
= | ~ | Eq: (Integer, Integer) -> Boolean |
~ | Bwxor: (Integer, Integer) -> Integer | |
|| | ~ | Lor: (Boolean, Boolean) -> Boolean |
! | ~ | Lnot: (Boolean) -> Boolean |
< | ~ | Lt: (Integer, Integer) -> Boolean |
- | ~ | Sub: (Integer, Integer) -> Integer |
<= | ~ | Le: (Integer, Integer) -> Boolean |
> | ~ | Gt: (Integer, Integer) -> Boolean |
~ | ~ | Bwnot: (Integer) -> Integer |
% | ~ | Mod: (Integer, Integer) -> Integer |
& | ~ | Bwand: (Integer, Integer) -> Integer |
+ | ~ | Add: (Integer, Integer) -> Integer |
&& | ~ | Land: (Boolean, Boolean) -> Boolean |
Integer, Boolean
(0) -> (1), if (x0[0] > 0 ∧x0[0] →* x0[1])
(1) -> (4), if (f370_0_test_Store(0) →* f574_0_test_Return(x0[4])∧x0[1] →* x1[4])
(1) -> (6), if (f370_0_test_Store(0) →* f574_0_test_Return(x0[6])∧x0[1] →* x1[6])
(2) -> (3), if (x0[2] > 0 ∧x0[2] →* x0[3])
(3) -> (0), if (0 →* x0[0])
(3) -> (2), if (0 →* x0[2])
(4) -> (5), if (x0[4] > -1 && x1[4] > x0[4] + 1 ∧f574_0_test_Return(x0[4]) →* f574_0_test_Return(x0[5])∧x1[4] →* x1[5])
(5) -> (4), if (f370_0_test_Store(x0[5] + 1) →* f574_0_test_Return(x0[4])∧x1[5] →* x1[4])
(5) -> (6), if (f370_0_test_Store(x0[5] + 1) →* f574_0_test_Return(x0[6])∧x1[5] →* x1[6])
(6) -> (7), if (x0[6] > -1 && x1[6] > x0[6] + 1 ∧f574_0_test_Return(x0[6]) →* f574_0_test_Return(x0[7])∧x1[6] →* x1[7])
(7) -> (0), if (x0[7] + 1 →* x0[0])
(7) -> (2), if (x0[7] + 1 →* x0[2])
(1) (>(x0[0], 0)=TRUE∧x0[0]=x0[1] ⇒ F370_0_TEST_STORE'(x0[0])≥NonInfC∧F370_0_TEST_STORE'(x0[0])≥COND_F370_0_TEST_STORE(>(x0[0], 0), x0[0])∧(UIncreasing(COND_F370_0_TEST_STORE(>(x0[0], 0), x0[0])), ≥))
(2) (>(x0[0], 0)=TRUE ⇒ F370_0_TEST_STORE'(x0[0])≥NonInfC∧F370_0_TEST_STORE'(x0[0])≥COND_F370_0_TEST_STORE(>(x0[0], 0), x0[0])∧(UIncreasing(COND_F370_0_TEST_STORE(>(x0[0], 0), x0[0])), ≥))
(3) (0 ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE(>(x0[0], 0), x0[0])), ≥)∧[(-1)bni_42 + (-1)Bound*bni_42] + [(2)bni_42]x0[0] ≥ 0∧[(-1)bso_43] + [3]x0[0] ≥ 0)
(4) (0 ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE(>(x0[0], 0), x0[0])), ≥)∧[(-1)bni_42 + (-1)Bound*bni_42] + [(2)bni_42]x0[0] ≥ 0∧[(-1)bso_43] + [3]x0[0] ≥ 0)
(5) (0 ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE(>(x0[0], 0), x0[0])), ≥)∧[(-1)bni_42 + (-1)Bound*bni_42] + [(2)bni_42]x0[0] ≥ 0∧[(-1)bso_43] + [3]x0[0] ≥ 0)
(6) (0 ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE(>(x0[0], 0), x0[0])), ≥)∧[(2)bni_42] ≥ 0∧[(-1)bni_42 + (-1)Bound*bni_42] ≥ 0∧[(-1)bso_43] ≥ 0∧[1] ≥ 0)
(7) (>(x0[0], 0)=TRUE∧x0[0]=x0[1]∧f370_0_test_Store(0)=f574_0_test_Return(x0[4])∧x0[1]=x1[4] ⇒ COND_F370_0_TEST_STORE(TRUE, x0[1])≥NonInfC∧COND_F370_0_TEST_STORE(TRUE, x0[1])≥F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(0), x0[1])∧(UIncreasing(F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(0), x0[1])), ≥))
(8) (>(x0[0], 0)=TRUE∧x0[0]=x0[1]∧f370_0_test_Store(0)=f574_0_test_Return(x0[6])∧x0[1]=x1[6] ⇒ COND_F370_0_TEST_STORE(TRUE, x0[1])≥NonInfC∧COND_F370_0_TEST_STORE(TRUE, x0[1])≥F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(0), x0[1])∧(UIncreasing(F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(0), x0[1])), ≥))
(9) (>(x0[2], 0)=TRUE∧x0[2]=x0[3] ⇒ F370_0_TEST_STORE'(x0[2])≥NonInfC∧F370_0_TEST_STORE'(x0[2])≥COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])∧(UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥))
(10) (>(x0[2], 0)=TRUE ⇒ F370_0_TEST_STORE'(x0[2])≥NonInfC∧F370_0_TEST_STORE'(x0[2])≥COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])∧(UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥))
(11) (0 ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥)∧[(-1)bni_44 + (-1)Bound*bni_44] + [(2)bni_44]x0[2] ≥ 0∧[(-1)bso_45] ≥ 0)
(12) (0 ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥)∧[(-1)bni_44 + (-1)Bound*bni_44] + [(2)bni_44]x0[2] ≥ 0∧[(-1)bso_45] ≥ 0)
(13) (0 ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥)∧[(-1)bni_44 + (-1)Bound*bni_44] + [(2)bni_44]x0[2] ≥ 0∧[(-1)bso_45] ≥ 0)
(14) (0 ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥)∧[(2)bni_44] ≥ 0∧[(-1)bni_44 + (-1)Bound*bni_44] ≥ 0∧0 ≥ 0∧[(-1)bso_45] ≥ 0)
(15) (>(x0[2], 0)=TRUE∧x0[2]=x0[3]∧0=x0[0] ⇒ COND_F370_0_TEST_STORE1(TRUE, x0[3])≥NonInfC∧COND_F370_0_TEST_STORE1(TRUE, x0[3])≥F370_0_TEST_STORE'(0)∧(UIncreasing(F370_0_TEST_STORE'(0)), ≥))
(16) (>(x0[2], 0)=TRUE ⇒ COND_F370_0_TEST_STORE1(TRUE, x0[2])≥NonInfC∧COND_F370_0_TEST_STORE1(TRUE, x0[2])≥F370_0_TEST_STORE'(0)∧(UIncreasing(F370_0_TEST_STORE'(0)), ≥))
(17) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(-1)bni_46 + (-1)Bound*bni_46] + [(2)bni_46]x0[2] ≥ 0∧[(-1)bso_47] + [2]x0[2] ≥ 0)
(18) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(-1)bni_46 + (-1)Bound*bni_46] + [(2)bni_46]x0[2] ≥ 0∧[(-1)bso_47] + [2]x0[2] ≥ 0)
(19) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(-1)bni_46 + (-1)Bound*bni_46] + [(2)bni_46]x0[2] ≥ 0∧[(-1)bso_47] + [2]x0[2] ≥ 0)
(20) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(2)bni_46] ≥ 0∧[(-1)bni_46 + (-1)Bound*bni_46] ≥ 0∧[(-1)bso_47] ≥ 0∧[1] ≥ 0)
(21) (>(x0[2], 0)=TRUE∧x0[2]=x0[3]∧0=x0[2]1 ⇒ COND_F370_0_TEST_STORE1(TRUE, x0[3])≥NonInfC∧COND_F370_0_TEST_STORE1(TRUE, x0[3])≥F370_0_TEST_STORE'(0)∧(UIncreasing(F370_0_TEST_STORE'(0)), ≥))
(22) (>(x0[2], 0)=TRUE ⇒ COND_F370_0_TEST_STORE1(TRUE, x0[2])≥NonInfC∧COND_F370_0_TEST_STORE1(TRUE, x0[2])≥F370_0_TEST_STORE'(0)∧(UIncreasing(F370_0_TEST_STORE'(0)), ≥))
(23) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(-1)bni_46 + (-1)Bound*bni_46] + [(2)bni_46]x0[2] ≥ 0∧[(-1)bso_47] + [2]x0[2] ≥ 0)
(24) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(-1)bni_46 + (-1)Bound*bni_46] + [(2)bni_46]x0[2] ≥ 0∧[(-1)bso_47] + [2]x0[2] ≥ 0)
(25) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(-1)bni_46 + (-1)Bound*bni_46] + [(2)bni_46]x0[2] ≥ 0∧[(-1)bso_47] + [2]x0[2] ≥ 0)
(26) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(2)bni_46] ≥ 0∧[(-1)bni_46 + (-1)Bound*bni_46] ≥ 0∧[(-1)bso_47] ≥ 0∧[1] ≥ 0)
(27) (&&(>(x0[4], -1), >(x1[4], +(x0[4], 1)))=TRUE∧f574_0_test_Return(x0[4])=f574_0_test_Return(x0[5])∧x1[4]=x1[5] ⇒ F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[4]), x1[4])≥NonInfC∧F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[4]), x1[4])≥COND_F584_1_TEST_INVOKEMETHOD(&&(>(x0[4], -1), >(x1[4], +(x0[4], 1))), f574_0_test_Return(x0[4]), x1[4])∧(UIncreasing(COND_F584_1_TEST_INVOKEMETHOD(&&(>(x0[4], -1), >(x1[4], +(x0[4], 1))), f574_0_test_Return(x0[4]), x1[4])), ≥))
(28) (&&(>(x0[4], -1), >(x1[4], +(x0[4], 1)))=TRUE ⇒ F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[4]), x1[4])≥NonInfC∧F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[4]), x1[4])≥COND_F584_1_TEST_INVOKEMETHOD(&&(>(x0[4], -1), >(x1[4], +(x0[4], 1))), f574_0_test_Return(x0[4]), x1[4])∧(UIncreasing(COND_F584_1_TEST_INVOKEMETHOD(&&(>(x0[4], -1), >(x1[4], +(x0[4], 1))), f574_0_test_Return(x0[4]), x1[4])), ≥))
(29) (0 ≥ 0 ⇒ (UIncreasing(COND_F584_1_TEST_INVOKEMETHOD(&&(>(x0[4], -1), >(x1[4], +(x0[4], 1))), f574_0_test_Return(x0[4]), x1[4])), ≥)∧[(2)bni_48 + (-1)Bound*bni_48] + [(2)bni_48]x1[4] + [(3)bni_48]x0[4] ≥ 0∧[2 + (-1)bso_49] + [3]x1[4] + [3]x0[4] ≥ 0)
(30) (0 ≥ 0 ⇒ (UIncreasing(COND_F584_1_TEST_INVOKEMETHOD(&&(>(x0[4], -1), >(x1[4], +(x0[4], 1))), f574_0_test_Return(x0[4]), x1[4])), ≥)∧[(2)bni_48 + (-1)Bound*bni_48] + [(2)bni_48]x1[4] + [(3)bni_48]x0[4] ≥ 0∧[2 + (-1)bso_49] + [3]x1[4] + [3]x0[4] ≥ 0)
(31) (0 ≥ 0 ⇒ (UIncreasing(COND_F584_1_TEST_INVOKEMETHOD(&&(>(x0[4], -1), >(x1[4], +(x0[4], 1))), f574_0_test_Return(x0[4]), x1[4])), ≥)∧[(2)bni_48 + (-1)Bound*bni_48] + [(2)bni_48]x1[4] + [(3)bni_48]x0[4] ≥ 0∧[2 + (-1)bso_49] + [3]x1[4] + [3]x0[4] ≥ 0)
(32) (0 ≥ 0 ⇒ (UIncreasing(COND_F584_1_TEST_INVOKEMETHOD(&&(>(x0[4], -1), >(x1[4], +(x0[4], 1))), f574_0_test_Return(x0[4]), x1[4])), ≥)∧[(2)bni_48] ≥ 0∧[(3)bni_48] ≥ 0∧[(2)bni_48 + (-1)Bound*bni_48] ≥ 0∧[2 + (-1)bso_49] ≥ 0∧[1] ≥ 0∧[1] ≥ 0)
(33) (&&(>(x0[4], -1), >(x1[4], +(x0[4], 1)))=TRUE∧f574_0_test_Return(x0[4])=f574_0_test_Return(x0[5])∧x1[4]=x1[5]∧f370_0_test_Store(+(x0[5], 1))=f574_0_test_Return(x0[4]1)∧x1[5]=x1[4]1 ⇒ COND_F584_1_TEST_INVOKEMETHOD(TRUE, f574_0_test_Return(x0[5]), x1[5])≥NonInfC∧COND_F584_1_TEST_INVOKEMETHOD(TRUE, f574_0_test_Return(x0[5]), x1[5])≥F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(+(x0[5], 1)), x1[5])∧(UIncreasing(F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(+(x0[5], 1)), x1[5])), ≥))
(34) (&&(>(x0[4], -1), >(x1[4], +(x0[4], 1)))=TRUE∧f574_0_test_Return(x0[4])=f574_0_test_Return(x0[5])∧x1[4]=x1[5]∧f370_0_test_Store(+(x0[5], 1))=f574_0_test_Return(x0[6])∧x1[5]=x1[6] ⇒ COND_F584_1_TEST_INVOKEMETHOD(TRUE, f574_0_test_Return(x0[5]), x1[5])≥NonInfC∧COND_F584_1_TEST_INVOKEMETHOD(TRUE, f574_0_test_Return(x0[5]), x1[5])≥F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(+(x0[5], 1)), x1[5])∧(UIncreasing(F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(+(x0[5], 1)), x1[5])), ≥))
(35) (&&(>(x0[6], -1), >(x1[6], +(x0[6], 1)))=TRUE∧f574_0_test_Return(x0[6])=f574_0_test_Return(x0[7])∧x1[6]=x1[7] ⇒ F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[6]), x1[6])≥NonInfC∧F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[6]), x1[6])≥COND_F584_1_TEST_INVOKEMETHOD1(&&(>(x0[6], -1), >(x1[6], +(x0[6], 1))), f574_0_test_Return(x0[6]), x1[6])∧(UIncreasing(COND_F584_1_TEST_INVOKEMETHOD1(&&(>(x0[6], -1), >(x1[6], +(x0[6], 1))), f574_0_test_Return(x0[6]), x1[6])), ≥))
(36) (&&(>(x0[6], -1), >(x1[6], +(x0[6], 1)))=TRUE ⇒ F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[6]), x1[6])≥NonInfC∧F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[6]), x1[6])≥COND_F584_1_TEST_INVOKEMETHOD1(&&(>(x0[6], -1), >(x1[6], +(x0[6], 1))), f574_0_test_Return(x0[6]), x1[6])∧(UIncreasing(COND_F584_1_TEST_INVOKEMETHOD1(&&(>(x0[6], -1), >(x1[6], +(x0[6], 1))), f574_0_test_Return(x0[6]), x1[6])), ≥))
(37) (0 ≥ 0 ⇒ (UIncreasing(COND_F584_1_TEST_INVOKEMETHOD1(&&(>(x0[6], -1), >(x1[6], +(x0[6], 1))), f574_0_test_Return(x0[6]), x1[6])), ≥)∧[(2)bni_50 + (-1)Bound*bni_50] + [(2)bni_50]x1[6] + [(3)bni_50]x0[6] ≥ 0∧[(-1)bso_51] + x1[6] ≥ 0)
(38) (0 ≥ 0 ⇒ (UIncreasing(COND_F584_1_TEST_INVOKEMETHOD1(&&(>(x0[6], -1), >(x1[6], +(x0[6], 1))), f574_0_test_Return(x0[6]), x1[6])), ≥)∧[(2)bni_50 + (-1)Bound*bni_50] + [(2)bni_50]x1[6] + [(3)bni_50]x0[6] ≥ 0∧[(-1)bso_51] + x1[6] ≥ 0)
(39) (0 ≥ 0 ⇒ (UIncreasing(COND_F584_1_TEST_INVOKEMETHOD1(&&(>(x0[6], -1), >(x1[6], +(x0[6], 1))), f574_0_test_Return(x0[6]), x1[6])), ≥)∧[(2)bni_50 + (-1)Bound*bni_50] + [(2)bni_50]x1[6] + [(3)bni_50]x0[6] ≥ 0∧[(-1)bso_51] + x1[6] ≥ 0)
(40) (0 ≥ 0 ⇒ (UIncreasing(COND_F584_1_TEST_INVOKEMETHOD1(&&(>(x0[6], -1), >(x1[6], +(x0[6], 1))), f574_0_test_Return(x0[6]), x1[6])), ≥)∧[(2)bni_50] ≥ 0∧[(3)bni_50] ≥ 0∧[(2)bni_50 + (-1)Bound*bni_50] ≥ 0∧[1] ≥ 0∧0 ≥ 0∧[(-1)bso_51] ≥ 0)
(41) (&&(>(x0[6], -1), >(x1[6], +(x0[6], 1)))=TRUE∧f574_0_test_Return(x0[6])=f574_0_test_Return(x0[7])∧x1[6]=x1[7]∧+(x0[7], 1)=x0[0] ⇒ COND_F584_1_TEST_INVOKEMETHOD1(TRUE, f574_0_test_Return(x0[7]), x1[7])≥NonInfC∧COND_F584_1_TEST_INVOKEMETHOD1(TRUE, f574_0_test_Return(x0[7]), x1[7])≥F370_0_TEST_STORE'(+(x0[7], 1))∧(UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥))
(42) (&&(>(x0[6], -1), >(x1[6], +(x0[6], 1)))=TRUE ⇒ COND_F584_1_TEST_INVOKEMETHOD1(TRUE, f574_0_test_Return(x0[6]), x1[6])≥NonInfC∧COND_F584_1_TEST_INVOKEMETHOD1(TRUE, f574_0_test_Return(x0[6]), x1[6])≥F370_0_TEST_STORE'(+(x0[6], 1))∧(UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥))
(43) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥)∧[(2)bni_52 + (-1)Bound*bni_52] + [bni_52]x1[6] + [(3)bni_52]x0[6] ≥ 0∧[3 + (-1)bso_53] + x1[6] + [3]x0[6] ≥ 0)
(44) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥)∧[(2)bni_52 + (-1)Bound*bni_52] + [bni_52]x1[6] + [(3)bni_52]x0[6] ≥ 0∧[3 + (-1)bso_53] + x1[6] + [3]x0[6] ≥ 0)
(45) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥)∧[(2)bni_52 + (-1)Bound*bni_52] + [bni_52]x1[6] + [(3)bni_52]x0[6] ≥ 0∧[3 + (-1)bso_53] + x1[6] + [3]x0[6] ≥ 0)
(46) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥)∧[bni_52] ≥ 0∧[(3)bni_52] ≥ 0∧[(2)bni_52 + (-1)Bound*bni_52] ≥ 0∧[1] ≥ 0∧[3 + (-1)bso_53] ≥ 0∧[1] ≥ 0)
(47) (&&(>(x0[6], -1), >(x1[6], +(x0[6], 1)))=TRUE∧f574_0_test_Return(x0[6])=f574_0_test_Return(x0[7])∧x1[6]=x1[7]∧+(x0[7], 1)=x0[2] ⇒ COND_F584_1_TEST_INVOKEMETHOD1(TRUE, f574_0_test_Return(x0[7]), x1[7])≥NonInfC∧COND_F584_1_TEST_INVOKEMETHOD1(TRUE, f574_0_test_Return(x0[7]), x1[7])≥F370_0_TEST_STORE'(+(x0[7], 1))∧(UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥))
(48) (&&(>(x0[6], -1), >(x1[6], +(x0[6], 1)))=TRUE ⇒ COND_F584_1_TEST_INVOKEMETHOD1(TRUE, f574_0_test_Return(x0[6]), x1[6])≥NonInfC∧COND_F584_1_TEST_INVOKEMETHOD1(TRUE, f574_0_test_Return(x0[6]), x1[6])≥F370_0_TEST_STORE'(+(x0[6], 1))∧(UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥))
(49) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥)∧[(2)bni_52 + (-1)Bound*bni_52] + [bni_52]x1[6] + [(3)bni_52]x0[6] ≥ 0∧[3 + (-1)bso_53] + x1[6] + [3]x0[6] ≥ 0)
(50) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥)∧[(2)bni_52 + (-1)Bound*bni_52] + [bni_52]x1[6] + [(3)bni_52]x0[6] ≥ 0∧[3 + (-1)bso_53] + x1[6] + [3]x0[6] ≥ 0)
(51) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥)∧[(2)bni_52 + (-1)Bound*bni_52] + [bni_52]x1[6] + [(3)bni_52]x0[6] ≥ 0∧[3 + (-1)bso_53] + x1[6] + [3]x0[6] ≥ 0)
(52) (0 ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(+(x0[7], 1))), ≥)∧[bni_52] ≥ 0∧[(3)bni_52] ≥ 0∧[(2)bni_52 + (-1)Bound*bni_52] ≥ 0∧[1] ≥ 0∧[3 + (-1)bso_53] ≥ 0∧[1] ≥ 0)
POL(TRUE) = 0
POL(FALSE) = 0
POL(f570_0_test_GE(x1, x2)) = 0
POL(Cond_f570_0_test_GE(x1, x2, x3)) = 0
POL(>=(x1, x2)) = 0
POL(f574_0_test_Return(x1)) = [1] + [3]x1
POL(f584_1_test_InvokeMethod(x1, x2)) = 0
POL(Cond_f584_1_test_InvokeMethod(x1, x2, x3)) = 0
POL(>(x1, x2)) = 0
POL(-1) = 0
POL(+(x1, x2)) = 0
POL(1) = 0
POL(Cond_f570_0_test_GE1(x1, x2, x3)) = 0
POL(0) = 0
POL(F370_0_TEST_STORE'(x1)) = [-1] + [2]x1
POL(COND_F370_0_TEST_STORE(x1, x2)) = [-1] + [-1]x2
POL(F584_1_TEST_INVOKEMETHOD'(x1, x2)) = [1] + [2]x2 + x1
POL(f370_0_test_Store(x1)) = 0
POL(COND_F370_0_TEST_STORE1(x1, x2)) = [-1] + [2]x2
POL(COND_F584_1_TEST_INVOKEMETHOD(x1, x2, x3)) = [-1]x3 + x1
POL(&&(x1, x2)) = 0
POL(COND_F584_1_TEST_INVOKEMETHOD1(x1, x2, x3)) = [1] + x3 + x2 + x1
COND_F370_0_TEST_STORE(TRUE, x0[1]) → F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(0), x0[1])
F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[4]), x1[4]) → COND_F584_1_TEST_INVOKEMETHOD(&&(>(x0[4], -1), >(x1[4], +(x0[4], 1))), f574_0_test_Return(x0[4]), x1[4])
COND_F584_1_TEST_INVOKEMETHOD(TRUE, f574_0_test_Return(x0[5]), x1[5]) → F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(+(x0[5], 1)), x1[5])
COND_F584_1_TEST_INVOKEMETHOD1(TRUE, f574_0_test_Return(x0[7]), x1[7]) → F370_0_TEST_STORE'(+(x0[7], 1))
F370_0_TEST_STORE'(x0[0]) → COND_F370_0_TEST_STORE(>(x0[0], 0), x0[0])
COND_F370_0_TEST_STORE(TRUE, x0[1]) → F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(0), x0[1])
F370_0_TEST_STORE'(x0[2]) → COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])
COND_F370_0_TEST_STORE1(TRUE, x0[3]) → F370_0_TEST_STORE'(0)
F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[4]), x1[4]) → COND_F584_1_TEST_INVOKEMETHOD(&&(>(x0[4], -1), >(x1[4], +(x0[4], 1))), f574_0_test_Return(x0[4]), x1[4])
COND_F584_1_TEST_INVOKEMETHOD(TRUE, f574_0_test_Return(x0[5]), x1[5]) → F584_1_TEST_INVOKEMETHOD'(f370_0_test_Store(+(x0[5], 1)), x1[5])
F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[6]), x1[6]) → COND_F584_1_TEST_INVOKEMETHOD1(&&(>(x0[6], -1), >(x1[6], +(x0[6], 1))), f574_0_test_Return(x0[6]), x1[6])
COND_F584_1_TEST_INVOKEMETHOD1(TRUE, f574_0_test_Return(x0[7]), x1[7]) → F370_0_TEST_STORE'(+(x0[7], 1))
F370_0_TEST_STORE'(x0[0]) → COND_F370_0_TEST_STORE(>(x0[0], 0), x0[0])
F370_0_TEST_STORE'(x0[2]) → COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])
COND_F370_0_TEST_STORE1(TRUE, x0[3]) → F370_0_TEST_STORE'(0)
F584_1_TEST_INVOKEMETHOD'(f574_0_test_Return(x0[6]), x1[6]) → COND_F584_1_TEST_INVOKEMETHOD1(&&(>(x0[6], -1), >(x1[6], +(x0[6], 1))), f574_0_test_Return(x0[6]), x1[6])
&&(TRUE, TRUE)1 → TRUE1
&&(TRUE, FALSE)1 → FALSE1
&&(FALSE, TRUE)1 → FALSE1
&&(FALSE, FALSE)1 → FALSE1
!= | ~ | Neq: (Integer, Integer) -> Boolean |
* | ~ | Mul: (Integer, Integer) -> Integer |
>= | ~ | Ge: (Integer, Integer) -> Boolean |
-1 | ~ | UnaryMinus: (Integer) -> Integer |
| | ~ | Bwor: (Integer, Integer) -> Integer |
/ | ~ | Div: (Integer, Integer) -> Integer |
= | ~ | Eq: (Integer, Integer) -> Boolean |
~ | Bwxor: (Integer, Integer) -> Integer | |
|| | ~ | Lor: (Boolean, Boolean) -> Boolean |
! | ~ | Lnot: (Boolean) -> Boolean |
< | ~ | Lt: (Integer, Integer) -> Boolean |
- | ~ | Sub: (Integer, Integer) -> Integer |
<= | ~ | Le: (Integer, Integer) -> Boolean |
> | ~ | Gt: (Integer, Integer) -> Boolean |
~ | ~ | Bwnot: (Integer) -> Integer |
% | ~ | Mod: (Integer, Integer) -> Integer |
& | ~ | Bwand: (Integer, Integer) -> Integer |
+ | ~ | Add: (Integer, Integer) -> Integer |
&& | ~ | Land: (Boolean, Boolean) -> Boolean |
Integer, Boolean
(3) -> (0), if (0 →* x0[0])
(3) -> (2), if (0 →* x0[2])
(2) -> (3), if (x0[2] > 0 ∧x0[2] →* x0[3])
!= | ~ | Neq: (Integer, Integer) -> Boolean |
* | ~ | Mul: (Integer, Integer) -> Integer |
>= | ~ | Ge: (Integer, Integer) -> Boolean |
-1 | ~ | UnaryMinus: (Integer) -> Integer |
| | ~ | Bwor: (Integer, Integer) -> Integer |
/ | ~ | Div: (Integer, Integer) -> Integer |
= | ~ | Eq: (Integer, Integer) -> Boolean |
~ | Bwxor: (Integer, Integer) -> Integer | |
|| | ~ | Lor: (Boolean, Boolean) -> Boolean |
! | ~ | Lnot: (Boolean) -> Boolean |
< | ~ | Lt: (Integer, Integer) -> Boolean |
- | ~ | Sub: (Integer, Integer) -> Integer |
<= | ~ | Le: (Integer, Integer) -> Boolean |
> | ~ | Gt: (Integer, Integer) -> Boolean |
~ | ~ | Bwnot: (Integer) -> Integer |
% | ~ | Mod: (Integer, Integer) -> Integer |
& | ~ | Bwand: (Integer, Integer) -> Integer |
+ | ~ | Add: (Integer, Integer) -> Integer |
&& | ~ | Land: (Boolean, Boolean) -> Boolean |
Integer
(3) -> (2), if (0 →* x0[2])
(2) -> (3), if (x0[2] > 0 ∧x0[2] →* x0[3])
!= | ~ | Neq: (Integer, Integer) -> Boolean |
* | ~ | Mul: (Integer, Integer) -> Integer |
>= | ~ | Ge: (Integer, Integer) -> Boolean |
-1 | ~ | UnaryMinus: (Integer) -> Integer |
| | ~ | Bwor: (Integer, Integer) -> Integer |
/ | ~ | Div: (Integer, Integer) -> Integer |
= | ~ | Eq: (Integer, Integer) -> Boolean |
~ | Bwxor: (Integer, Integer) -> Integer | |
|| | ~ | Lor: (Boolean, Boolean) -> Boolean |
! | ~ | Lnot: (Boolean) -> Boolean |
< | ~ | Lt: (Integer, Integer) -> Boolean |
- | ~ | Sub: (Integer, Integer) -> Integer |
<= | ~ | Le: (Integer, Integer) -> Boolean |
> | ~ | Gt: (Integer, Integer) -> Boolean |
~ | ~ | Bwnot: (Integer) -> Integer |
% | ~ | Mod: (Integer, Integer) -> Integer |
& | ~ | Bwand: (Integer, Integer) -> Integer |
+ | ~ | Add: (Integer, Integer) -> Integer |
&& | ~ | Land: (Boolean, Boolean) -> Boolean |
Integer
(3) -> (2), if (0 →* x0[2])
(2) -> (3), if (x0[2] > 0 ∧x0[2] →* x0[3])
(1) (>(x0[2], 0)=TRUE∧x0[2]=x0[3]∧0=x0[2]1 ⇒ COND_F370_0_TEST_STORE1(TRUE, x0[3])≥NonInfC∧COND_F370_0_TEST_STORE1(TRUE, x0[3])≥F370_0_TEST_STORE'(0)∧(UIncreasing(F370_0_TEST_STORE'(0)), ≥))
(2) (>(x0[2], 0)=TRUE ⇒ COND_F370_0_TEST_STORE1(TRUE, x0[2])≥NonInfC∧COND_F370_0_TEST_STORE1(TRUE, x0[2])≥F370_0_TEST_STORE'(0)∧(UIncreasing(F370_0_TEST_STORE'(0)), ≥))
(3) (x0[2] + [-1] ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(2)bni_9 + (-1)Bound*bni_9] ≥ 0∧[(-1)bso_10] ≥ 0)
(4) (x0[2] + [-1] ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(2)bni_9 + (-1)Bound*bni_9] ≥ 0∧[(-1)bso_10] ≥ 0)
(5) (x0[2] + [-1] ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(2)bni_9 + (-1)Bound*bni_9] ≥ 0∧[(-1)bso_10] ≥ 0)
(6) (x0[2] ≥ 0 ⇒ (UIncreasing(F370_0_TEST_STORE'(0)), ≥)∧[(2)bni_9 + (-1)Bound*bni_9] ≥ 0∧[(-1)bso_10] ≥ 0)
(7) (>(x0[2], 0)=TRUE∧x0[2]=x0[3] ⇒ F370_0_TEST_STORE'(x0[2])≥NonInfC∧F370_0_TEST_STORE'(x0[2])≥COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])∧(UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥))
(8) (>(x0[2], 0)=TRUE ⇒ F370_0_TEST_STORE'(x0[2])≥NonInfC∧F370_0_TEST_STORE'(x0[2])≥COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])∧(UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥))
(9) (x0[2] + [-1] ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥)∧[(2)bni_11 + (-1)Bound*bni_11] + [bni_11]x0[2] ≥ 0∧[(-1)bso_12] + x0[2] ≥ 0)
(10) (x0[2] + [-1] ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥)∧[(2)bni_11 + (-1)Bound*bni_11] + [bni_11]x0[2] ≥ 0∧[(-1)bso_12] + x0[2] ≥ 0)
(11) (x0[2] + [-1] ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥)∧[(2)bni_11 + (-1)Bound*bni_11] + [bni_11]x0[2] ≥ 0∧[(-1)bso_12] + x0[2] ≥ 0)
(12) (x0[2] ≥ 0 ⇒ (UIncreasing(COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])), ≥)∧[(3)bni_11 + (-1)Bound*bni_11] + [bni_11]x0[2] ≥ 0∧[1 + (-1)bso_12] + x0[2] ≥ 0)
POL(TRUE) = 0
POL(FALSE) = 0
POL(COND_F370_0_TEST_STORE1(x1, x2)) = [2]
POL(F370_0_TEST_STORE'(x1)) = [2] + x1
POL(0) = 0
POL(>(x1, x2)) = 0
F370_0_TEST_STORE'(x0[2]) → COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])
COND_F370_0_TEST_STORE1(TRUE, x0[3]) → F370_0_TEST_STORE'(0)
F370_0_TEST_STORE'(x0[2]) → COND_F370_0_TEST_STORE1(>(x0[2], 0), x0[2])
COND_F370_0_TEST_STORE1(TRUE, x0[3]) → F370_0_TEST_STORE'(0)
!= | ~ | Neq: (Integer, Integer) -> Boolean |
* | ~ | Mul: (Integer, Integer) -> Integer |
>= | ~ | Ge: (Integer, Integer) -> Boolean |
-1 | ~ | UnaryMinus: (Integer) -> Integer |
| | ~ | Bwor: (Integer, Integer) -> Integer |
/ | ~ | Div: (Integer, Integer) -> Integer |
= | ~ | Eq: (Integer, Integer) -> Boolean |
~ | Bwxor: (Integer, Integer) -> Integer | |
|| | ~ | Lor: (Boolean, Boolean) -> Boolean |
! | ~ | Lnot: (Boolean) -> Boolean |
< | ~ | Lt: (Integer, Integer) -> Boolean |
- | ~ | Sub: (Integer, Integer) -> Integer |
<= | ~ | Le: (Integer, Integer) -> Boolean |
> | ~ | Gt: (Integer, Integer) -> Boolean |
~ | ~ | Bwnot: (Integer) -> Integer |
% | ~ | Mod: (Integer, Integer) -> Integer |
& | ~ | Bwand: (Integer, Integer) -> Integer |
+ | ~ | Add: (Integer, Integer) -> Integer |
&& | ~ | Land: (Boolean, Boolean) -> Boolean |