0 JBC
↳1 JBCToGraph (⇒, 430 ms)
↳2 JBCTerminationGraph
↳3 TerminationGraphToSCCProof (⇒, 0 ms)
↳4 AND
↳5 JBCTerminationSCC
↳6 SCCToIDPv1Proof (⇒, 120 ms)
↳7 IDP
↳8 IDPNonInfProof (⇒, 1210 ms)
↳9 AND
↳10 IDP
↳11 IDependencyGraphProof (⇔, 0 ms)
↳12 TRUE
↳13 IDP
↳14 IDPNonInfProof (⇒, 210 ms)
↳15 IDP
↳16 IDependencyGraphProof (⇔, 0 ms)
↳17 TRUE
↳18 JBCTerminationSCC
↳19 SCCToIDPv1Proof (⇒, 40 ms)
↳20 IDP
↳21 IDPNonInfProof (⇒, 130 ms)
↳22 AND
↳23 IDP
↳24 IDependencyGraphProof (⇔, 0 ms)
↳25 TRUE
↳26 IDP
↳27 IDependencyGraphProof (⇔, 0 ms)
↳28 TRUE
/**
* This class represents a list. The function get(n) can be used to access
* the n-th element.
* @author Marc Brockschmidt
*/
public class CyclicList {
/**
* A reference to the next list element.
*/
private CyclicList next;
public static void main(String[] args) {
CyclicList list = CyclicList.create(args.length);
list.get(args[0].length());
}
/**
* Create a new list element.
* @param n a reference to the next element.
*/
public CyclicList(final CyclicList n) {
this.next = n;
}
/**
* Create a new cyclical list of a length l.
* @param l some length
* @return cyclical list of length max(1, l)
*/
public static CyclicList create(int x) {
CyclicList last, current;
last = current = new CyclicList(null);
while (--x > 0)
current = new CyclicList(current);
return last.next = current;
}
public CyclicList get(int n) {
CyclicList cur = this;
while (--n > 0) {
cur = cur.next;
}
return cur;
}
}
Generated 18 rules for P and 0 rules for R.
P rules:
897_0_get_Load(EOS(STATIC_897), java.lang.Object(o338sub0), i221, o3370) → 912_0_get_LE(EOS(STATIC_912), java.lang.Object(o338sub0), i221, o3370, i221)
912_0_get_LE(EOS(STATIC_912), java.lang.Object(o338sub0), i234, o3370, i234) → 926_0_get_LE(EOS(STATIC_926), java.lang.Object(o338sub0), i234, o3370, i234)
926_0_get_LE(EOS(STATIC_926), java.lang.Object(o338sub0), i234, o3370, i234) → 941_0_get_Load(EOS(STATIC_941), java.lang.Object(o338sub0), i234, o3370) | >(i234, 0)
941_0_get_Load(EOS(STATIC_941), java.lang.Object(o338sub0), i234, o3370) → 960_0_get_FieldAccess(EOS(STATIC_960), java.lang.Object(o338sub0), i234, o3370)
960_0_get_FieldAccess(EOS(STATIC_960), java.lang.Object(o338sub0), i234, java.lang.Object(o406sub0)) → 974_0_get_FieldAccess(EOS(STATIC_974), java.lang.Object(o338sub0), i234, java.lang.Object(o406sub0))
974_0_get_FieldAccess(EOS(STATIC_974), java.lang.Object(o338sub0), i234, java.lang.Object(o406sub0)) → 989_0_get_FieldAccess(EOS(STATIC_989), java.lang.Object(o338sub0), i234, java.lang.Object(o406sub0))
974_0_get_FieldAccess(EOS(STATIC_974), java.lang.Object(o338sub0), i234, java.lang.Object(o338sub0)) → 991_0_get_FieldAccess(EOS(STATIC_991), java.lang.Object(o338sub0), i234, java.lang.Object(o338sub0))
989_0_get_FieldAccess(EOS(STATIC_989), java.lang.Object(o338sub0), i234, java.lang.Object(CyclicList(EOC, o4202125997956))) → 999_0_get_FieldAccess(EOS(STATIC_999), java.lang.Object(o338sub0), i234, java.lang.Object(CyclicList(EOC, o4202125997956)))
999_0_get_FieldAccess(EOS(STATIC_999), java.lang.Object(o338sub0), i234, java.lang.Object(CyclicList(EOC, o4202125997956))) → 1005_0_get_Store(EOS(STATIC_1005), java.lang.Object(o338sub0), i234, o4200)
1005_0_get_Store(EOS(STATIC_1005), java.lang.Object(o338sub0), i234, o4200) → 1010_0_get_JMP(EOS(STATIC_1010), java.lang.Object(o338sub0), i234, o4200)
1010_0_get_JMP(EOS(STATIC_1010), java.lang.Object(o338sub0), i234, o4200) → 1018_0_get_Inc(EOS(STATIC_1018), java.lang.Object(o338sub0), i234, o4200)
1018_0_get_Inc(EOS(STATIC_1018), java.lang.Object(o338sub0), i234, o4200) → 883_0_get_Inc(EOS(STATIC_883), java.lang.Object(o338sub0), i234, o4200)
883_0_get_Inc(EOS(STATIC_883), java.lang.Object(o338sub0), i207, o3370) → 897_0_get_Load(EOS(STATIC_897), java.lang.Object(o338sub0), +(i207, -1), o3370) | >=(i207, 0)
991_0_get_FieldAccess(EOS(STATIC_991), java.lang.Object(CyclicList(EOC, o4222125998669)), i234, java.lang.Object(CyclicList(EOC, o4222125998669))) → 1001_0_get_FieldAccess(EOS(STATIC_1001), java.lang.Object(CyclicList(EOC, o4222125998669)), i234, java.lang.Object(CyclicList(EOC, o4222125998669)))
1001_0_get_FieldAccess(EOS(STATIC_1001), java.lang.Object(CyclicList(EOC, o4222125998669)), i234, java.lang.Object(CyclicList(EOC, o4222125998669))) → 1008_0_get_Store(EOS(STATIC_1008), java.lang.Object(CyclicList(EOC, o4222125998669)), i234, o4220)
1008_0_get_Store(EOS(STATIC_1008), java.lang.Object(CyclicList(EOC, o4222125998669)), i234, o4220) → 1012_0_get_JMP(EOS(STATIC_1012), java.lang.Object(CyclicList(EOC, o4222125998669)), i234, o4220)
1012_0_get_JMP(EOS(STATIC_1012), java.lang.Object(CyclicList(EOC, o4222125998669)), i234, o4220) → 1019_0_get_Inc(EOS(STATIC_1019), java.lang.Object(CyclicList(EOC, o4222125998669)), i234, o4220)
1019_0_get_Inc(EOS(STATIC_1019), java.lang.Object(CyclicList(EOC, o4222125998669)), i234, o4220) → 883_0_get_Inc(EOS(STATIC_883), java.lang.Object(CyclicList(EOC, o4222125998669)), i234, o4220)
R rules:
Combined rules. Obtained 2 conditional rules for P and 0 conditional rules for R.
P rules:
897_0_get_Load(EOS(STATIC_897), java.lang.Object(x0), x1, java.lang.Object(CyclicList(EOC, x2))) → 897_0_get_Load(EOS(STATIC_897), java.lang.Object(x0), +(x1, -1), x3) | >(x1, 0)
897_0_get_Load(EOS(STATIC_897), java.lang.Object(CyclicList(EOC, x0)), x1, java.lang.Object(CyclicList(EOC, x0))) → 897_0_get_Load(EOS(STATIC_897), java.lang.Object(CyclicList(EOC, x0)), +(x1, -1), x2) | >(x1, 0)
R rules:
Filtered ground terms:
897_0_get_Load(x1, x2, x3, x4) → 897_0_get_Load(x2, x3, x4)
CyclicList(x1, x2) → CyclicList(x2)
EOS(x1) → EOS
Cond_897_0_get_Load1(x1, x2, x3, x4, x5, x6) → Cond_897_0_get_Load1(x1, x3, x4, x5, x6)
Cond_897_0_get_Load(x1, x2, x3, x4, x5, x6) → Cond_897_0_get_Load(x1, x3, x4, x5, x6)
Filtered duplicate args:
Cond_897_0_get_Load1(x1, x2, x3, x4, x5) → Cond_897_0_get_Load1(x1, x3, x4, x5)
Filtered unneeded arguments:
Cond_897_0_get_Load(x1, x2, x3, x4, x5) → Cond_897_0_get_Load(x1, x2, x3, x5)
Cond_897_0_get_Load1(x1, x2, x3, x4) → Cond_897_0_get_Load1(x1, x2, x4)
Combined rules. Obtained 2 conditional rules for P and 0 conditional rules for R.
P rules:
897_0_get_Load(java.lang.Object(x0), x1, java.lang.Object(CyclicList(x2))) → 897_0_get_Load(java.lang.Object(x0), +(x1, -1), x3) | >(x1, 0)
897_0_get_Load(java.lang.Object(CyclicList(x0)), x1, java.lang.Object(CyclicList(x0))) → 897_0_get_Load(java.lang.Object(CyclicList(x0)), +(x1, -1), x2) | >(x1, 0)
R rules:
Finished conversion. Obtained 4 rules for P and 0 rules for R. System has predefined symbols.
P rules:
897_0_GET_LOAD(java.lang.Object(x0), x1, java.lang.Object(CyclicList(x2))) → COND_897_0_GET_LOAD(>(x1, 0), java.lang.Object(x0), x1, java.lang.Object(CyclicList(x2)), x3)
COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0), x1, java.lang.Object(CyclicList(x2)), x3) → 897_0_GET_LOAD(java.lang.Object(x0), +(x1, -1), x3)
897_0_GET_LOAD(java.lang.Object(CyclicList(x0)), x1, java.lang.Object(CyclicList(x0))) → COND_897_0_GET_LOAD1(>(x1, 0), java.lang.Object(CyclicList(x0)), x1, java.lang.Object(CyclicList(x0)), x2)
COND_897_0_GET_LOAD1(TRUE, java.lang.Object(CyclicList(x0)), x1, java.lang.Object(CyclicList(x0)), x2) → 897_0_GET_LOAD(java.lang.Object(CyclicList(x0)), +(x1, -1), x2)
R rules:
!= | ~ | 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
(0) -> (1), if (x1[0] > 0 ∧java.lang.Object(x0[0]) →* java.lang.Object(x0[1])∧x1[0] →* x1[1]∧java.lang.Object(CyclicList(x2[0])) →* java.lang.Object(CyclicList(x2[1]))∧x3[0] →* x3[1])
(1) -> (0), if (java.lang.Object(x0[1]) →* java.lang.Object(x0[0])∧x1[1] + -1 →* x1[0]∧x3[1] →* java.lang.Object(CyclicList(x2[0])))
(1) -> (2), if (java.lang.Object(x0[1]) →* java.lang.Object(CyclicList(x0[2]))∧x1[1] + -1 →* x1[2]∧x3[1] →* java.lang.Object(CyclicList(x0[2])))
(2) -> (3), if (x1[2] > 0 ∧java.lang.Object(CyclicList(x0[2])) →* java.lang.Object(CyclicList(x0[3]))∧x1[2] →* x1[3]∧x2[2] →* x2[3])
(3) -> (0), if (java.lang.Object(CyclicList(x0[3])) →* java.lang.Object(x0[0])∧x1[3] + -1 →* x1[0]∧x2[3] →* java.lang.Object(CyclicList(x2[0])))
(3) -> (2), if (java.lang.Object(CyclicList(x0[3])) →* java.lang.Object(CyclicList(x0[2]))∧x1[3] + -1 →* x1[2]∧x2[3] →* java.lang.Object(CyclicList(x0[2])))
(1) (java.lang.Object(x0[1])=java.lang.Object(x0[0])∧+(x1[1], -1)=x1[0]∧x3[1]=java.lang.Object(CyclicList(x2[0]))∧>(x1[0], 0)=TRUE∧java.lang.Object(x0[0])=java.lang.Object(x0[1]1)∧x1[0]=x1[1]1∧java.lang.Object(CyclicList(x2[0]))=java.lang.Object(CyclicList(x2[1]1))∧x3[0]=x3[1]1 ⇒ 897_0_GET_LOAD(java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])))≥NonInfC∧897_0_GET_LOAD(java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])))≥COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])∧(UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥))
(2) (>(+(x1[1], -1), 0)=TRUE ⇒ 897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), java.lang.Object(CyclicList(x2[0])))≥NonInfC∧897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), java.lang.Object(CyclicList(x2[0])))≥COND_897_0_GET_LOAD(>(+(x1[1], -1), 0), java.lang.Object(x0[1]), +(x1[1], -1), java.lang.Object(CyclicList(x2[0])), x3[0])∧(UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥))
(3) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧[(-1)bni_24 + (-1)Bound*bni_24] + [bni_24]x1[1] + [(-2)bni_24]x0[1] ≥ 0∧[(-1)bso_25] ≥ 0)
(4) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧[(-1)bni_24 + (-1)Bound*bni_24] + [bni_24]x1[1] + [(-2)bni_24]x0[1] ≥ 0∧[(-1)bso_25] ≥ 0)
(5) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧[(-1)bni_24 + (-1)Bound*bni_24] + [bni_24]x1[1] + [(-2)bni_24]x0[1] ≥ 0∧[(-1)bso_25] ≥ 0)
(6) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧0 = 0∧[(-2)bni_24] = 0∧[(-1)bni_24 + (-1)Bound*bni_24] + [bni_24]x1[1] ≥ 0∧0 = 0∧0 = 0∧0 = 0∧[(-1)bso_25] ≥ 0)
(7) (x1[1] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧0 = 0∧[(-2)bni_24] = 0∧[bni_24 + (-1)Bound*bni_24] + [bni_24]x1[1] ≥ 0∧0 = 0∧0 = 0∧0 = 0∧[(-1)bso_25] ≥ 0)
(8) (java.lang.Object(CyclicList(x0[3]))=java.lang.Object(x0[0])∧+(x1[3], -1)=x1[0]∧x2[3]=java.lang.Object(CyclicList(x2[0]))∧>(x1[0], 0)=TRUE∧java.lang.Object(x0[0])=java.lang.Object(x0[1])∧x1[0]=x1[1]∧java.lang.Object(CyclicList(x2[0]))=java.lang.Object(CyclicList(x2[1]))∧x3[0]=x3[1] ⇒ 897_0_GET_LOAD(java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])))≥NonInfC∧897_0_GET_LOAD(java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])))≥COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])∧(UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥))
(9) (>(+(x1[3], -1), 0)=TRUE ⇒ 897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), java.lang.Object(CyclicList(x2[0])))≥NonInfC∧897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), java.lang.Object(CyclicList(x2[0])))≥COND_897_0_GET_LOAD(>(+(x1[3], -1), 0), java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), java.lang.Object(CyclicList(x2[0])), x3[0])∧(UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥))
(10) (x1[3] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧[bni_24 + (-1)Bound*bni_24] + [bni_24]x1[3] ≥ 0∧[(-1)bso_25] ≥ 0)
(11) (x1[3] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧[bni_24 + (-1)Bound*bni_24] + [bni_24]x1[3] ≥ 0∧[(-1)bso_25] ≥ 0)
(12) (x1[3] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧[bni_24 + (-1)Bound*bni_24] + [bni_24]x1[3] ≥ 0∧[(-1)bso_25] ≥ 0)
(13) (x1[3] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧0 = 0∧0 = 0∧[bni_24 + (-1)Bound*bni_24] + [bni_24]x1[3] ≥ 0∧0 = 0∧0 = 0∧0 = 0∧[(-1)bso_25] ≥ 0)
(14) (x1[3] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧0 = 0∧0 = 0∧[(3)bni_24 + (-1)Bound*bni_24] + [bni_24]x1[3] ≥ 0∧0 = 0∧0 = 0∧0 = 0∧[(-1)bso_25] ≥ 0)
(15) (>(x1[0], 0)=TRUE∧java.lang.Object(x0[0])=java.lang.Object(x0[1])∧x1[0]=x1[1]∧java.lang.Object(CyclicList(x2[0]))=java.lang.Object(CyclicList(x2[1]))∧x3[0]=x3[1]∧java.lang.Object(x0[1])=java.lang.Object(x0[0]1)∧+(x1[1], -1)=x1[0]1∧x3[1]=java.lang.Object(CyclicList(x2[0]1)) ⇒ COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[1]), x1[1], java.lang.Object(CyclicList(x2[1])), x3[1])≥NonInfC∧COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[1]), x1[1], java.lang.Object(CyclicList(x2[1])), x3[1])≥897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])∧(UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥))
(16) (>(x1[0], 0)=TRUE ⇒ COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), java.lang.Object(CyclicList(x2[0]1)))≥NonInfC∧COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), java.lang.Object(CyclicList(x2[0]1)))≥897_0_GET_LOAD(java.lang.Object(x0[0]), +(x1[0], -1), java.lang.Object(CyclicList(x2[0]1)))∧(UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥))
(17) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧[(-1)Bound*bni_26] + [bni_26]x1[0] + [(-2)bni_26]x0[0] ≥ 0∧[1 + (-1)bso_27] ≥ 0)
(18) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧[(-1)Bound*bni_26] + [bni_26]x1[0] + [(-2)bni_26]x0[0] ≥ 0∧[1 + (-1)bso_27] ≥ 0)
(19) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧[(-1)Bound*bni_26] + [bni_26]x1[0] + [(-2)bni_26]x0[0] ≥ 0∧[1 + (-1)bso_27] ≥ 0)
(20) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧0 = 0∧0 = 0∧[(-2)bni_26] = 0∧[(-1)Bound*bni_26] + [bni_26]x1[0] ≥ 0∧0 = 0∧0 = 0∧0 = 0∧[1 + (-1)bso_27] ≥ 0)
(21) (x1[0] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧0 = 0∧0 = 0∧[(-2)bni_26] = 0∧[(-1)Bound*bni_26 + bni_26] + [bni_26]x1[0] ≥ 0∧0 = 0∧0 = 0∧0 = 0∧[1 + (-1)bso_27] ≥ 0)
(22) (>(x1[0], 0)=TRUE∧java.lang.Object(x0[0])=java.lang.Object(x0[1])∧x1[0]=x1[1]∧java.lang.Object(CyclicList(x2[0]))=java.lang.Object(CyclicList(x2[1]))∧x3[0]=x3[1]∧java.lang.Object(x0[1])=java.lang.Object(CyclicList(x0[2]))∧+(x1[1], -1)=x1[2]∧x3[1]=java.lang.Object(CyclicList(x0[2])) ⇒ COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[1]), x1[1], java.lang.Object(CyclicList(x2[1])), x3[1])≥NonInfC∧COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[1]), x1[1], java.lang.Object(CyclicList(x2[1])), x3[1])≥897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])∧(UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥))
(23) (>(x1[0], 0)=TRUE ⇒ COND_897_0_GET_LOAD(TRUE, java.lang.Object(CyclicList(x0[2])), x1[0], java.lang.Object(CyclicList(x2[0])), java.lang.Object(CyclicList(x0[2])))≥NonInfC∧COND_897_0_GET_LOAD(TRUE, java.lang.Object(CyclicList(x0[2])), x1[0], java.lang.Object(CyclicList(x2[0])), java.lang.Object(CyclicList(x0[2])))≥897_0_GET_LOAD(java.lang.Object(CyclicList(x0[2])), +(x1[0], -1), java.lang.Object(CyclicList(x0[2])))∧(UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥))
(24) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧[(2)bni_26 + (-1)Bound*bni_26] + [bni_26]x1[0] ≥ 0∧[1 + (-1)bso_27] ≥ 0)
(25) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧[(2)bni_26 + (-1)Bound*bni_26] + [bni_26]x1[0] ≥ 0∧[1 + (-1)bso_27] ≥ 0)
(26) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧[(2)bni_26 + (-1)Bound*bni_26] + [bni_26]x1[0] ≥ 0∧[1 + (-1)bso_27] ≥ 0)
(27) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧0 = 0∧0 = 0∧[(2)bni_26 + (-1)Bound*bni_26] + [bni_26]x1[0] ≥ 0∧0 = 0∧0 = 0∧[1 + (-1)bso_27] ≥ 0)
(28) (x1[0] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧0 = 0∧0 = 0∧[(3)bni_26 + (-1)Bound*bni_26] + [bni_26]x1[0] ≥ 0∧0 = 0∧0 = 0∧[1 + (-1)bso_27] ≥ 0)
(29) (java.lang.Object(x0[1])=java.lang.Object(CyclicList(x0[2]))∧+(x1[1], -1)=x1[2]∧x3[1]=java.lang.Object(CyclicList(x0[2]))∧>(x1[2], 0)=TRUE∧java.lang.Object(CyclicList(x0[2]))=java.lang.Object(CyclicList(x0[3]))∧x1[2]=x1[3]∧x2[2]=x2[3] ⇒ 897_0_GET_LOAD(java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])))≥NonInfC∧897_0_GET_LOAD(java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])))≥COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])∧(UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥))
(30) (>(+(x1[1], -1), 0)=TRUE ⇒ 897_0_GET_LOAD(java.lang.Object(CyclicList(x0[2])), +(x1[1], -1), java.lang.Object(CyclicList(x0[2])))≥NonInfC∧897_0_GET_LOAD(java.lang.Object(CyclicList(x0[2])), +(x1[1], -1), java.lang.Object(CyclicList(x0[2])))≥COND_897_0_GET_LOAD1(>(+(x1[1], -1), 0), java.lang.Object(CyclicList(x0[2])), +(x1[1], -1), java.lang.Object(CyclicList(x0[2])), x2[2])∧(UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥))
(31) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥)∧[bni_28 + (-1)Bound*bni_28] + [bni_28]x1[1] ≥ 0∧[(-1)bso_29] ≥ 0)
(32) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥)∧[bni_28 + (-1)Bound*bni_28] + [bni_28]x1[1] ≥ 0∧[(-1)bso_29] ≥ 0)
(33) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥)∧[bni_28 + (-1)Bound*bni_28] + [bni_28]x1[1] ≥ 0∧[(-1)bso_29] ≥ 0)
(34) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥)∧0 = 0∧[bni_28 + (-1)Bound*bni_28] + [bni_28]x1[1] ≥ 0∧0 = 0∧0 = 0∧[(-1)bso_29] ≥ 0)
(35) (x1[1] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥)∧0 = 0∧[(3)bni_28 + (-1)Bound*bni_28] + [bni_28]x1[1] ≥ 0∧0 = 0∧0 = 0∧[(-1)bso_29] ≥ 0)
(36) (java.lang.Object(CyclicList(x0[3]))=java.lang.Object(CyclicList(x0[2]))∧+(x1[3], -1)=x1[2]∧x2[3]=java.lang.Object(CyclicList(x0[2]))∧>(x1[2], 0)=TRUE∧java.lang.Object(CyclicList(x0[2]))=java.lang.Object(CyclicList(x0[3]1))∧x1[2]=x1[3]1∧x2[2]=x2[3]1 ⇒ 897_0_GET_LOAD(java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])))≥NonInfC∧897_0_GET_LOAD(java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])))≥COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])∧(UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥))
(37) (>(+(x1[3], -1), 0)=TRUE ⇒ 897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), java.lang.Object(CyclicList(x0[3])))≥NonInfC∧897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), java.lang.Object(CyclicList(x0[3])))≥COND_897_0_GET_LOAD1(>(+(x1[3], -1), 0), java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), java.lang.Object(CyclicList(x0[3])), x2[2])∧(UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥))
(38) (x1[3] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥)∧[bni_28 + (-1)Bound*bni_28] + [bni_28]x1[3] ≥ 0∧[(-1)bso_29] ≥ 0)
(39) (x1[3] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥)∧[bni_28 + (-1)Bound*bni_28] + [bni_28]x1[3] ≥ 0∧[(-1)bso_29] ≥ 0)
(40) (x1[3] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥)∧[bni_28 + (-1)Bound*bni_28] + [bni_28]x1[3] ≥ 0∧[(-1)bso_29] ≥ 0)
(41) (x1[3] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥)∧0 = 0∧[bni_28 + (-1)Bound*bni_28] + [bni_28]x1[3] ≥ 0∧0 = 0∧0 = 0∧[(-1)bso_29] ≥ 0)
(42) (x1[3] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])), ≥)∧0 = 0∧[(3)bni_28 + (-1)Bound*bni_28] + [bni_28]x1[3] ≥ 0∧0 = 0∧0 = 0∧[(-1)bso_29] ≥ 0)
(43) (>(x1[2], 0)=TRUE∧java.lang.Object(CyclicList(x0[2]))=java.lang.Object(CyclicList(x0[3]))∧x1[2]=x1[3]∧x2[2]=x2[3]∧java.lang.Object(CyclicList(x0[3]))=java.lang.Object(x0[0])∧+(x1[3], -1)=x1[0]∧x2[3]=java.lang.Object(CyclicList(x2[0])) ⇒ COND_897_0_GET_LOAD1(TRUE, java.lang.Object(CyclicList(x0[3])), x1[3], java.lang.Object(CyclicList(x0[3])), x2[3])≥NonInfC∧COND_897_0_GET_LOAD1(TRUE, java.lang.Object(CyclicList(x0[3])), x1[3], java.lang.Object(CyclicList(x0[3])), x2[3])≥897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])∧(UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥))
(44) (>(x1[2], 0)=TRUE ⇒ COND_897_0_GET_LOAD1(TRUE, java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), java.lang.Object(CyclicList(x2[0])))≥NonInfC∧COND_897_0_GET_LOAD1(TRUE, java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), java.lang.Object(CyclicList(x2[0])))≥897_0_GET_LOAD(java.lang.Object(CyclicList(x0[2])), +(x1[2], -1), java.lang.Object(CyclicList(x2[0])))∧(UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥))
(45) (x1[2] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥)∧[(2)bni_30 + (-1)Bound*bni_30] + [bni_30]x1[2] ≥ 0∧[1 + (-1)bso_31] ≥ 0)
(46) (x1[2] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥)∧[(2)bni_30 + (-1)Bound*bni_30] + [bni_30]x1[2] ≥ 0∧[1 + (-1)bso_31] ≥ 0)
(47) (x1[2] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥)∧[(2)bni_30 + (-1)Bound*bni_30] + [bni_30]x1[2] ≥ 0∧[1 + (-1)bso_31] ≥ 0)
(48) (x1[2] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥)∧0 = 0∧0 = 0∧[(2)bni_30 + (-1)Bound*bni_30] + [bni_30]x1[2] ≥ 0∧0 = 0∧0 = 0∧[1 + (-1)bso_31] ≥ 0)
(49) (x1[2] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥)∧0 = 0∧0 = 0∧[(3)bni_30 + (-1)Bound*bni_30] + [bni_30]x1[2] ≥ 0∧0 = 0∧0 = 0∧[1 + (-1)bso_31] ≥ 0)
(50) (>(x1[2], 0)=TRUE∧java.lang.Object(CyclicList(x0[2]))=java.lang.Object(CyclicList(x0[3]))∧x1[2]=x1[3]∧x2[2]=x2[3]∧java.lang.Object(CyclicList(x0[3]))=java.lang.Object(CyclicList(x0[2]1))∧+(x1[3], -1)=x1[2]1∧x2[3]=java.lang.Object(CyclicList(x0[2]1)) ⇒ COND_897_0_GET_LOAD1(TRUE, java.lang.Object(CyclicList(x0[3])), x1[3], java.lang.Object(CyclicList(x0[3])), x2[3])≥NonInfC∧COND_897_0_GET_LOAD1(TRUE, java.lang.Object(CyclicList(x0[3])), x1[3], java.lang.Object(CyclicList(x0[3])), x2[3])≥897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])∧(UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥))
(51) (>(x1[2], 0)=TRUE ⇒ COND_897_0_GET_LOAD1(TRUE, java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), java.lang.Object(CyclicList(x0[2])))≥NonInfC∧COND_897_0_GET_LOAD1(TRUE, java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), java.lang.Object(CyclicList(x0[2])))≥897_0_GET_LOAD(java.lang.Object(CyclicList(x0[2])), +(x1[2], -1), java.lang.Object(CyclicList(x0[2])))∧(UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥))
(52) (x1[2] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥)∧[(2)bni_30 + (-1)Bound*bni_30] + [bni_30]x1[2] ≥ 0∧[1 + (-1)bso_31] ≥ 0)
(53) (x1[2] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥)∧[(2)bni_30 + (-1)Bound*bni_30] + [bni_30]x1[2] ≥ 0∧[1 + (-1)bso_31] ≥ 0)
(54) (x1[2] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥)∧[(2)bni_30 + (-1)Bound*bni_30] + [bni_30]x1[2] ≥ 0∧[1 + (-1)bso_31] ≥ 0)
(55) (x1[2] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥)∧0 = 0∧[(2)bni_30 + (-1)Bound*bni_30] + [bni_30]x1[2] ≥ 0∧0 = 0∧[1 + (-1)bso_31] ≥ 0)
(56) (x1[2] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])), ≥)∧0 = 0∧[(3)bni_30 + (-1)Bound*bni_30] + [bni_30]x1[2] ≥ 0∧0 = 0∧[1 + (-1)bso_31] ≥ 0)
POL(TRUE) = [2]
POL(FALSE) = 0
POL(897_0_GET_LOAD(x1, x2, x3)) = [1] + [-1]x3 + x2 + [2]x1
POL(java.lang.Object(x1)) = [-1]x1
POL(CyclicList(x1)) = [-1]
POL(COND_897_0_GET_LOAD(x1, x2, x3, x4, x5)) = [-1] + x4 + x3 + [2]x2
POL(>(x1, x2)) = [-1]
POL(0) = 0
POL(+(x1, x2)) = x1 + x2
POL(-1) = [-1]
POL(COND_897_0_GET_LOAD1(x1, x2, x3, x4, x5)) = x4 + x3 + x2
COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[1]), x1[1], java.lang.Object(CyclicList(x2[1])), x3[1]) → 897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])
COND_897_0_GET_LOAD1(TRUE, java.lang.Object(CyclicList(x0[3])), x1[3], java.lang.Object(CyclicList(x0[3])), x2[3]) → 897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])
897_0_GET_LOAD(java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2]))) → COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])
COND_897_0_GET_LOAD1(TRUE, java.lang.Object(CyclicList(x0[3])), x1[3], java.lang.Object(CyclicList(x0[3])), x2[3]) → 897_0_GET_LOAD(java.lang.Object(CyclicList(x0[3])), +(x1[3], -1), x2[3])
897_0_GET_LOAD(java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0]))) → COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])
897_0_GET_LOAD(java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2]))) → COND_897_0_GET_LOAD1(>(x1[2], 0), java.lang.Object(CyclicList(x0[2])), x1[2], java.lang.Object(CyclicList(x0[2])), x2[2])
!= | ~ | 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
!= | ~ | 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
(1) -> (0), if (java.lang.Object(x0[1]) →* java.lang.Object(x0[0])∧x1[1] + -1 →* x1[0]∧x3[1] →* java.lang.Object(CyclicList(x2[0])))
(0) -> (1), if (x1[0] > 0 ∧java.lang.Object(x0[0]) →* java.lang.Object(x0[1])∧x1[0] →* x1[1]∧java.lang.Object(CyclicList(x2[0])) →* java.lang.Object(CyclicList(x2[1]))∧x3[0] →* x3[1])
(1) (java.lang.Object(x0[1])=java.lang.Object(x0[0])∧+(x1[1], -1)=x1[0]∧x3[1]=java.lang.Object(CyclicList(x2[0]))∧>(x1[0], 0)=TRUE∧java.lang.Object(x0[0])=java.lang.Object(x0[1]1)∧x1[0]=x1[1]1∧java.lang.Object(CyclicList(x2[0]))=java.lang.Object(CyclicList(x2[1]1))∧x3[0]=x3[1]1 ⇒ 897_0_GET_LOAD(java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])))≥NonInfC∧897_0_GET_LOAD(java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])))≥COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])∧(UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥))
(2) (>(+(x1[1], -1), 0)=TRUE ⇒ 897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), java.lang.Object(CyclicList(x2[0])))≥NonInfC∧897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), java.lang.Object(CyclicList(x2[0])))≥COND_897_0_GET_LOAD(>(+(x1[1], -1), 0), java.lang.Object(x0[1]), +(x1[1], -1), java.lang.Object(CyclicList(x2[0])), x3[0])∧(UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥))
(3) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧[bni_18 + (-1)Bound*bni_18] + [bni_18]x1[1] ≥ 0∧[1 + (-1)bso_19] ≥ 0)
(4) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧[bni_18 + (-1)Bound*bni_18] + [bni_18]x1[1] ≥ 0∧[1 + (-1)bso_19] ≥ 0)
(5) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧[bni_18 + (-1)Bound*bni_18] + [bni_18]x1[1] ≥ 0∧[1 + (-1)bso_19] ≥ 0)
(6) (x1[1] + [-2] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧0 = 0∧0 = 0∧[bni_18 + (-1)Bound*bni_18] + [bni_18]x1[1] ≥ 0∧0 = 0∧0 = 0∧0 = 0∧[1 + (-1)bso_19] ≥ 0)
(7) (x1[1] ≥ 0 ⇒ (UIncreasing(COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])), ≥)∧0 = 0∧0 = 0∧[(3)bni_18 + (-1)Bound*bni_18] + [bni_18]x1[1] ≥ 0∧0 = 0∧0 = 0∧0 = 0∧[1 + (-1)bso_19] ≥ 0)
(8) (>(x1[0], 0)=TRUE∧java.lang.Object(x0[0])=java.lang.Object(x0[1])∧x1[0]=x1[1]∧java.lang.Object(CyclicList(x2[0]))=java.lang.Object(CyclicList(x2[1]))∧x3[0]=x3[1]∧java.lang.Object(x0[1])=java.lang.Object(x0[0]1)∧+(x1[1], -1)=x1[0]1∧x3[1]=java.lang.Object(CyclicList(x2[0]1)) ⇒ COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[1]), x1[1], java.lang.Object(CyclicList(x2[1])), x3[1])≥NonInfC∧COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[1]), x1[1], java.lang.Object(CyclicList(x2[1])), x3[1])≥897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])∧(UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥))
(9) (>(x1[0], 0)=TRUE ⇒ COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), java.lang.Object(CyclicList(x2[0]1)))≥NonInfC∧COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), java.lang.Object(CyclicList(x2[0]1)))≥897_0_GET_LOAD(java.lang.Object(x0[0]), +(x1[0], -1), java.lang.Object(CyclicList(x2[0]1)))∧(UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥))
(10) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧[bni_20 + (-1)Bound*bni_20] + [bni_20]x1[0] ≥ 0∧[(-1)bso_21] ≥ 0)
(11) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧[bni_20 + (-1)Bound*bni_20] + [bni_20]x1[0] ≥ 0∧[(-1)bso_21] ≥ 0)
(12) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧[bni_20 + (-1)Bound*bni_20] + [bni_20]x1[0] ≥ 0∧[(-1)bso_21] ≥ 0)
(13) (x1[0] + [-1] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧0 = 0∧0 = 0∧0 = 0∧[bni_20 + (-1)Bound*bni_20] + [bni_20]x1[0] ≥ 0∧0 = 0∧0 = 0∧0 = 0∧[(-1)bso_21] ≥ 0)
(14) (x1[0] ≥ 0 ⇒ (UIncreasing(897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])), ≥)∧0 = 0∧0 = 0∧0 = 0∧[(2)bni_20 + (-1)Bound*bni_20] + [bni_20]x1[0] ≥ 0∧0 = 0∧0 = 0∧0 = 0∧[(-1)bso_21] ≥ 0)
POL(TRUE) = 0
POL(FALSE) = 0
POL(897_0_GET_LOAD(x1, x2, x3)) = [1] + x2 + [-1]x1
POL(java.lang.Object(x1)) = [-1]
POL(CyclicList(x1)) = [2] + [-1]x1
POL(COND_897_0_GET_LOAD(x1, x2, x3, x4, x5)) = [2] + x4 + x3
POL(>(x1, x2)) = [-1]
POL(0) = 0
POL(+(x1, x2)) = x1 + x2
POL(-1) = [-1]
897_0_GET_LOAD(java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0]))) → COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])
897_0_GET_LOAD(java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0]))) → COND_897_0_GET_LOAD(>(x1[0], 0), java.lang.Object(x0[0]), x1[0], java.lang.Object(CyclicList(x2[0])), x3[0])
COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[1]), x1[1], java.lang.Object(CyclicList(x2[1])), x3[1]) → 897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])
COND_897_0_GET_LOAD(TRUE, java.lang.Object(x0[1]), x1[1], java.lang.Object(CyclicList(x2[1])), x3[1]) → 897_0_GET_LOAD(java.lang.Object(x0[1]), +(x1[1], -1), x3[1])
!= | ~ | 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
Generated 17 rules for P and 0 rules for R.
P rules:
182_0_create_Load(EOS(STATIC_182), i23) → 185_0_create_LE(EOS(STATIC_185), i23, i23)
185_0_create_LE(EOS(STATIC_185), i27, i27) → 189_0_create_LE(EOS(STATIC_189), i27, i27)
189_0_create_LE(EOS(STATIC_189), i27, i27) → 193_0_create_New(EOS(STATIC_193), i27) | >(i27, 0)
193_0_create_New(EOS(STATIC_193), i27) → 197_0_create_Duplicate(EOS(STATIC_197), i27)
197_0_create_Duplicate(EOS(STATIC_197), i27) → 202_0_create_Load(EOS(STATIC_202), i27)
202_0_create_Load(EOS(STATIC_202), i27) → 209_0_create_InvokeMethod(EOS(STATIC_209), i27)
209_0_create_InvokeMethod(EOS(STATIC_209), i27) → 216_0_<init>_Load(EOS(STATIC_216), i27)
216_0_<init>_Load(EOS(STATIC_216), i27) → 232_0_<init>_InvokeMethod(EOS(STATIC_232), i27)
232_0_<init>_InvokeMethod(EOS(STATIC_232), i27) → 246_0_<init>_Load(EOS(STATIC_246), i27)
246_0_<init>_Load(EOS(STATIC_246), i27) → 254_0_<init>_Load(EOS(STATIC_254), i27)
254_0_<init>_Load(EOS(STATIC_254), i27) → 266_0_<init>_FieldAccess(EOS(STATIC_266), i27)
266_0_<init>_FieldAccess(EOS(STATIC_266), i27) → 279_0_<init>_Return(EOS(STATIC_279), i27)
279_0_<init>_Return(EOS(STATIC_279), i27) → 292_0_create_Store(EOS(STATIC_292), i27)
292_0_create_Store(EOS(STATIC_292), i27) → 320_0_create_JMP(EOS(STATIC_320), i27)
320_0_create_JMP(EOS(STATIC_320), i27) → 345_0_create_Inc(EOS(STATIC_345), i27)
345_0_create_Inc(EOS(STATIC_345), i27) → 179_0_create_Inc(EOS(STATIC_179), i27)
179_0_create_Inc(EOS(STATIC_179), i20) → 182_0_create_Load(EOS(STATIC_182), +(i20, -1)) | >=(i20, 0)
R rules:
Combined rules. Obtained 1 conditional rules for P and 0 conditional rules for R.
P rules:
182_0_create_Load(EOS(STATIC_182), x0) → 182_0_create_Load(EOS(STATIC_182), +(x0, -1)) | >(x0, 0)
R rules:
Filtered ground terms:
182_0_create_Load(x1, x2) → 182_0_create_Load(x2)
EOS(x1) → EOS
Cond_182_0_create_Load(x1, x2, x3) → Cond_182_0_create_Load(x1, x3)
Combined rules. Obtained 1 conditional rules for P and 0 conditional rules for R.
P rules:
182_0_create_Load(x0) → 182_0_create_Load(+(x0, -1)) | >(x0, 0)
R rules:
Finished conversion. Obtained 2 rules for P and 0 rules for R. System has predefined symbols.
P rules:
182_0_CREATE_LOAD(x0) → COND_182_0_CREATE_LOAD(>(x0, 0), x0)
COND_182_0_CREATE_LOAD(TRUE, x0) → 182_0_CREATE_LOAD(+(x0, -1))
R rules:
!= | ~ | 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
(0) -> (1), if (x0[0] > 0 ∧x0[0] →* x0[1])
(1) -> (0), if (x0[1] + -1 →* x0[0])
(1) (>(x0[0], 0)=TRUE∧x0[0]=x0[1] ⇒ 182_0_CREATE_LOAD(x0[0])≥NonInfC∧182_0_CREATE_LOAD(x0[0])≥COND_182_0_CREATE_LOAD(>(x0[0], 0), x0[0])∧(UIncreasing(COND_182_0_CREATE_LOAD(>(x0[0], 0), x0[0])), ≥))
(2) (>(x0[0], 0)=TRUE ⇒ 182_0_CREATE_LOAD(x0[0])≥NonInfC∧182_0_CREATE_LOAD(x0[0])≥COND_182_0_CREATE_LOAD(>(x0[0], 0), x0[0])∧(UIncreasing(COND_182_0_CREATE_LOAD(>(x0[0], 0), x0[0])), ≥))
(3) (x0[0] + [-1] ≥ 0 ⇒ (UIncreasing(COND_182_0_CREATE_LOAD(>(x0[0], 0), x0[0])), ≥)∧[(-1)Bound*bni_8] + [(2)bni_8]x0[0] ≥ 0∧[(-1)bso_9] ≥ 0)
(4) (x0[0] + [-1] ≥ 0 ⇒ (UIncreasing(COND_182_0_CREATE_LOAD(>(x0[0], 0), x0[0])), ≥)∧[(-1)Bound*bni_8] + [(2)bni_8]x0[0] ≥ 0∧[(-1)bso_9] ≥ 0)
(5) (x0[0] + [-1] ≥ 0 ⇒ (UIncreasing(COND_182_0_CREATE_LOAD(>(x0[0], 0), x0[0])), ≥)∧[(-1)Bound*bni_8] + [(2)bni_8]x0[0] ≥ 0∧[(-1)bso_9] ≥ 0)
(6) (x0[0] ≥ 0 ⇒ (UIncreasing(COND_182_0_CREATE_LOAD(>(x0[0], 0), x0[0])), ≥)∧[(-1)Bound*bni_8 + (2)bni_8] + [(2)bni_8]x0[0] ≥ 0∧[(-1)bso_9] ≥ 0)
(7) (COND_182_0_CREATE_LOAD(TRUE, x0[1])≥NonInfC∧COND_182_0_CREATE_LOAD(TRUE, x0[1])≥182_0_CREATE_LOAD(+(x0[1], -1))∧(UIncreasing(182_0_CREATE_LOAD(+(x0[1], -1))), ≥))
(8) ((UIncreasing(182_0_CREATE_LOAD(+(x0[1], -1))), ≥)∧[bni_10] = 0∧[2 + (-1)bso_11] ≥ 0)
(9) ((UIncreasing(182_0_CREATE_LOAD(+(x0[1], -1))), ≥)∧[bni_10] = 0∧[2 + (-1)bso_11] ≥ 0)
(10) ((UIncreasing(182_0_CREATE_LOAD(+(x0[1], -1))), ≥)∧[bni_10] = 0∧[2 + (-1)bso_11] ≥ 0)
(11) ((UIncreasing(182_0_CREATE_LOAD(+(x0[1], -1))), ≥)∧[bni_10] = 0∧0 = 0∧[2 + (-1)bso_11] ≥ 0)
POL(TRUE) = 0
POL(FALSE) = 0
POL(182_0_CREATE_LOAD(x1)) = [2]x1
POL(COND_182_0_CREATE_LOAD(x1, x2)) = [2]x2
POL(>(x1, x2)) = [-1]
POL(0) = 0
POL(+(x1, x2)) = x1 + x2
POL(-1) = [-1]
COND_182_0_CREATE_LOAD(TRUE, x0[1]) → 182_0_CREATE_LOAD(+(x0[1], -1))
182_0_CREATE_LOAD(x0[0]) → COND_182_0_CREATE_LOAD(>(x0[0], 0), x0[0])
182_0_CREATE_LOAD(x0[0]) → COND_182_0_CREATE_LOAD(>(x0[0], 0), x0[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 |
Integer
!= | ~ | 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