0 JBC
↳1 JBCToGraph (⇒, 720 ms)
↳2 JBCTerminationGraph
↳3 TerminationGraphToSCCProof (⇒, 0 ms)
↳4 AND
↳5 JBCTerminationSCC
↳6 SCCToIDPv1Proof (⇒, 150 ms)
↳7 IDP
↳8 IDPNonInfProof (⇒, 120 ms)
↳9 AND
↳10 IDP
↳11 IDependencyGraphProof (⇔, 0 ms)
↳12 TRUE
↳13 IDP
↳14 IDependencyGraphProof (⇔, 0 ms)
↳15 TRUE
↳16 JBCTerminationSCC
↳17 SCCToIDPv1Proof (⇒, 560 ms)
↳18 IDP
↳19 IDPNonInfProof (⇒, 1380 ms)
↳20 IDP
↳21 IDependencyGraphProof (⇔, 0 ms)
↳22 IDP
↳23 IDPNonInfProof (⇒, 580 ms)
↳24 IDP
↳25 IDPNonInfProof (⇒, 190 ms)
↳26 IDP
↳27 IDependencyGraphProof (⇔, 0 ms)
↳28 TRUE
↳29 JBCTerminationSCC
↳30 SCCToIDPv1Proof (⇒, 150 ms)
↳31 IDP
↳32 IDPNonInfProof (⇒, 130 ms)
↳33 AND
↳34 IDP
↳35 IDependencyGraphProof (⇔, 0 ms)
↳36 TRUE
↳37 IDP
↳38 IDependencyGraphProof (⇔, 0 ms)
↳39 TRUE
public class ListContentTail{
public static void main(String[] args) {
Random.args = args;
IntList l = IntList.createIntList();
int m = IntList.nth(Random.random(),l);
while (m > 0) {
l = l.next;
m = IntList.nth(Random.random(),l);
}
}
}
class IntList {
int value;
IntList next;
public IntList(int value, IntList next) {
this.value = value;
this.next = next;
}
public static IntList createIntList() {
int i = Random.random();
IntList l = null;
while (i > 0) {
l = new IntList(Random.random(), l);
i--;
}
return l;
}
public static int nth(int n, IntList l){
while (n > 1 && l != null) {
n--;
l = l.next;
}
if (l == null) return 0;
else return l.value;
}
}
public class Random {
static String[] args;
static int index = 0;
public static int random() {
String string = args[index];
index++;
return string.length();
}
}
Generated 38 rules for P and 0 rules for R.
P rules:
1813_0_createIntList_LE(EOS(STATIC_1813), i479, i479) → 1826_0_createIntList_LE(EOS(STATIC_1826), i479, i479)
1826_0_createIntList_LE(EOS(STATIC_1826), i479, i479) → 1839_0_createIntList_New(EOS(STATIC_1839), i479) | >(i479, 0)
1839_0_createIntList_New(EOS(STATIC_1839), i479) → 1848_0_createIntList_Duplicate(EOS(STATIC_1848), i479)
1848_0_createIntList_Duplicate(EOS(STATIC_1848), i479) → 1861_0_createIntList_InvokeMethod(EOS(STATIC_1861), i479)
1861_0_createIntList_InvokeMethod(EOS(STATIC_1861), i479) → 1868_0_random_FieldAccess(EOS(STATIC_1868), i479)
1868_0_random_FieldAccess(EOS(STATIC_1868), i479) → 1879_0_random_FieldAccess(EOS(STATIC_1879), i479)
1879_0_random_FieldAccess(EOS(STATIC_1879), i479) → 1883_0_random_ArrayAccess(EOS(STATIC_1883), i479)
1883_0_random_ArrayAccess(EOS(STATIC_1883), i479) → 1890_0_random_ArrayAccess(EOS(STATIC_1890), i479)
1890_0_random_ArrayAccess(EOS(STATIC_1890), i479) → 1898_0_random_Store(EOS(STATIC_1898), i479, o764)
1898_0_random_Store(EOS(STATIC_1898), i479, o764) → 1906_0_random_FieldAccess(EOS(STATIC_1906), i479, o764)
1906_0_random_FieldAccess(EOS(STATIC_1906), i479, o764) → 1915_0_random_ConstantStackPush(EOS(STATIC_1915), i479, o764)
1915_0_random_ConstantStackPush(EOS(STATIC_1915), i479, o764) → 1927_0_random_IntArithmetic(EOS(STATIC_1927), i479, o764)
1927_0_random_IntArithmetic(EOS(STATIC_1927), i479, o764) → 1937_0_random_FieldAccess(EOS(STATIC_1937), i479, o764)
1937_0_random_FieldAccess(EOS(STATIC_1937), i479, o764) → 1948_0_random_Load(EOS(STATIC_1948), i479, o764)
1948_0_random_Load(EOS(STATIC_1948), i479, o764) → 1962_0_random_InvokeMethod(EOS(STATIC_1962), i479, o764)
1962_0_random_InvokeMethod(EOS(STATIC_1962), i479, java.lang.Object(o811sub)) → 1971_0_random_InvokeMethod(EOS(STATIC_1971), i479, java.lang.Object(o811sub))
1971_0_random_InvokeMethod(EOS(STATIC_1971), i479, java.lang.Object(o811sub)) → 1986_0_length_Load(EOS(STATIC_1986), i479, java.lang.Object(o811sub), java.lang.Object(o811sub))
1986_0_length_Load(EOS(STATIC_1986), i479, java.lang.Object(o811sub), java.lang.Object(o811sub)) → 2000_0_length_FieldAccess(EOS(STATIC_2000), i479, java.lang.Object(o811sub), java.lang.Object(o811sub))
2000_0_length_FieldAccess(EOS(STATIC_2000), i479, java.lang.Object(java.lang.String(o829sub, i546)), java.lang.Object(java.lang.String(o829sub, i546))) → 2005_0_length_FieldAccess(EOS(STATIC_2005), i479, java.lang.Object(java.lang.String(o829sub, i546)), java.lang.Object(java.lang.String(o829sub, i546))) | &&(>=(i546, 0), >=(i547, 0))
2005_0_length_FieldAccess(EOS(STATIC_2005), i479, java.lang.Object(java.lang.String(o829sub, i546)), java.lang.Object(java.lang.String(o829sub, i546))) → 2013_0_length_Return(EOS(STATIC_2013), i479, java.lang.Object(java.lang.String(o829sub, i546)))
2013_0_length_Return(EOS(STATIC_2013), i479, java.lang.Object(java.lang.String(o829sub, i546))) → 2021_0_random_Return(EOS(STATIC_2021), i479)
2021_0_random_Return(EOS(STATIC_2021), i479) → 2026_0_createIntList_Load(EOS(STATIC_2026), i479)
2026_0_createIntList_Load(EOS(STATIC_2026), i479) → 2034_0_createIntList_InvokeMethod(EOS(STATIC_2034), i479)
2034_0_createIntList_InvokeMethod(EOS(STATIC_2034), i479) → 2042_0_<init>_Load(EOS(STATIC_2042), i479)
2042_0_<init>_Load(EOS(STATIC_2042), i479) → 2053_0_<init>_InvokeMethod(EOS(STATIC_2053), i479)
2053_0_<init>_InvokeMethod(EOS(STATIC_2053), i479) → 2062_0_<init>_Load(EOS(STATIC_2062), i479)
2062_0_<init>_Load(EOS(STATIC_2062), i479) → 2069_0_<init>_Load(EOS(STATIC_2069), i479)
2069_0_<init>_Load(EOS(STATIC_2069), i479) → 2077_0_<init>_FieldAccess(EOS(STATIC_2077), i479)
2077_0_<init>_FieldAccess(EOS(STATIC_2077), i479) → 2085_0_<init>_Load(EOS(STATIC_2085), i479)
2085_0_<init>_Load(EOS(STATIC_2085), i479) → 2095_0_<init>_Load(EOS(STATIC_2095), i479)
2095_0_<init>_Load(EOS(STATIC_2095), i479) → 2103_0_<init>_FieldAccess(EOS(STATIC_2103), i479)
2103_0_<init>_FieldAccess(EOS(STATIC_2103), i479) → 2111_0_<init>_Return(EOS(STATIC_2111), i479)
2111_0_<init>_Return(EOS(STATIC_2111), i479) → 2121_0_createIntList_Store(EOS(STATIC_2121), i479)
2121_0_createIntList_Store(EOS(STATIC_2121), i479) → 2135_0_createIntList_Inc(EOS(STATIC_2135), i479)
2135_0_createIntList_Inc(EOS(STATIC_2135), i479) → 2146_0_createIntList_JMP(EOS(STATIC_2146), +(i479, -1)) | >(i479, 0)
2146_0_createIntList_JMP(EOS(STATIC_2146), i593) → 2161_0_createIntList_Load(EOS(STATIC_2161), i593)
2161_0_createIntList_Load(EOS(STATIC_2161), i593) → 1799_0_createIntList_Load(EOS(STATIC_1799), i593)
1799_0_createIntList_Load(EOS(STATIC_1799), i472) → 1813_0_createIntList_LE(EOS(STATIC_1813), i472, i472)
R rules:
Combined rules. Obtained 1 conditional rules for P and 0 conditional rules for R.
P rules:
1813_0_createIntList_LE(EOS(STATIC_1813), x0, x0) → 1813_0_createIntList_LE(EOS(STATIC_1813), +(x0, -1), +(x0, -1)) | >(x0, 0)
R rules:
Filtered ground terms:
1813_0_createIntList_LE(x1, x2, x3) → 1813_0_createIntList_LE(x2, x3)
EOS(x1) → EOS
Cond_1813_0_createIntList_LE(x1, x2, x3, x4) → Cond_1813_0_createIntList_LE(x1, x3, x4)
Filtered duplicate args:
1813_0_createIntList_LE(x1, x2) → 1813_0_createIntList_LE(x2)
Cond_1813_0_createIntList_LE(x1, x2, x3) → Cond_1813_0_createIntList_LE(x1, x3)
Combined rules. Obtained 1 conditional rules for P and 0 conditional rules for R.
P rules:
1813_0_createIntList_LE(x0) → 1813_0_createIntList_LE(+(x0, -1)) | >(x0, 0)
R rules:
Finished conversion. Obtained 2 rules for P and 0 rules for R. System has predefined symbols.
P rules:
1813_0_CREATEINTLIST_LE(x0) → COND_1813_0_CREATEINTLIST_LE(>(x0, 0), x0)
COND_1813_0_CREATEINTLIST_LE(TRUE, x0) → 1813_0_CREATEINTLIST_LE(+(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] ⇒ 1813_0_CREATEINTLIST_LE(x0[0])≥NonInfC∧1813_0_CREATEINTLIST_LE(x0[0])≥COND_1813_0_CREATEINTLIST_LE(>(x0[0], 0), x0[0])∧(UIncreasing(COND_1813_0_CREATEINTLIST_LE(>(x0[0], 0), x0[0])), ≥))
(2) (>(x0[0], 0)=TRUE ⇒ 1813_0_CREATEINTLIST_LE(x0[0])≥NonInfC∧1813_0_CREATEINTLIST_LE(x0[0])≥COND_1813_0_CREATEINTLIST_LE(>(x0[0], 0), x0[0])∧(UIncreasing(COND_1813_0_CREATEINTLIST_LE(>(x0[0], 0), x0[0])), ≥))
(3) (x0[0] + [-1] ≥ 0 ⇒ (UIncreasing(COND_1813_0_CREATEINTLIST_LE(>(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_1813_0_CREATEINTLIST_LE(>(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_1813_0_CREATEINTLIST_LE(>(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_1813_0_CREATEINTLIST_LE(>(x0[0], 0), x0[0])), ≥)∧[(-1)Bound*bni_8 + (2)bni_8] + [(2)bni_8]x0[0] ≥ 0∧[(-1)bso_9] ≥ 0)
(7) (COND_1813_0_CREATEINTLIST_LE(TRUE, x0[1])≥NonInfC∧COND_1813_0_CREATEINTLIST_LE(TRUE, x0[1])≥1813_0_CREATEINTLIST_LE(+(x0[1], -1))∧(UIncreasing(1813_0_CREATEINTLIST_LE(+(x0[1], -1))), ≥))
(8) ((UIncreasing(1813_0_CREATEINTLIST_LE(+(x0[1], -1))), ≥)∧[bni_10] = 0∧[2 + (-1)bso_11] ≥ 0)
(9) ((UIncreasing(1813_0_CREATEINTLIST_LE(+(x0[1], -1))), ≥)∧[bni_10] = 0∧[2 + (-1)bso_11] ≥ 0)
(10) ((UIncreasing(1813_0_CREATEINTLIST_LE(+(x0[1], -1))), ≥)∧[bni_10] = 0∧[2 + (-1)bso_11] ≥ 0)
(11) ((UIncreasing(1813_0_CREATEINTLIST_LE(+(x0[1], -1))), ≥)∧[bni_10] = 0∧0 = 0∧[2 + (-1)bso_11] ≥ 0)
POL(TRUE) = 0
POL(FALSE) = 0
POL(1813_0_CREATEINTLIST_LE(x1)) = [2]x1
POL(COND_1813_0_CREATEINTLIST_LE(x1, x2)) = [2]x2
POL(>(x1, x2)) = [-1]
POL(0) = 0
POL(+(x1, x2)) = x1 + x2
POL(-1) = [-1]
COND_1813_0_CREATEINTLIST_LE(TRUE, x0[1]) → 1813_0_CREATEINTLIST_LE(+(x0[1], -1))
1813_0_CREATEINTLIST_LE(x0[0]) → COND_1813_0_CREATEINTLIST_LE(>(x0[0], 0), x0[0])
1813_0_CREATEINTLIST_LE(x0[0]) → COND_1813_0_CREATEINTLIST_LE(>(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
Generated 80 rules for P and 0 rules for R.
P rules:
1975_0_main_LE(EOS(STATIC_1975), o740, i530) → 1992_0_main_LE(EOS(STATIC_1992), o740, i530)
1992_0_main_LE(EOS(STATIC_1992), o740, i530) → 1998_0_main_Load(EOS(STATIC_1998), o740) | >(i530, 0)
1998_0_main_Load(EOS(STATIC_1998), o740) → 2004_0_main_FieldAccess(EOS(STATIC_2004), o740)
2004_0_main_FieldAccess(EOS(STATIC_2004), java.lang.Object(o833sub)) → 2010_0_main_FieldAccess(EOS(STATIC_2010), java.lang.Object(o833sub))
2010_0_main_FieldAccess(EOS(STATIC_2010), java.lang.Object(IntList(EOC, o836, i552))) → 2017_0_main_FieldAccess(EOS(STATIC_2017), java.lang.Object(IntList(EOC, o836, i552)))
2017_0_main_FieldAccess(EOS(STATIC_2017), java.lang.Object(IntList(EOC, o836, i552))) → 2023_0_main_Store(EOS(STATIC_2023), o836)
2023_0_main_Store(EOS(STATIC_2023), o836) → 2032_0_main_InvokeMethod(EOS(STATIC_2032), o836)
2032_0_main_InvokeMethod(EOS(STATIC_2032), o836) → 2039_0_random_FieldAccess(EOS(STATIC_2039), o836)
2039_0_random_FieldAccess(EOS(STATIC_2039), o836) → 2052_0_random_FieldAccess(EOS(STATIC_2052), o836)
2052_0_random_FieldAccess(EOS(STATIC_2052), o836) → 2059_0_random_ArrayAccess(EOS(STATIC_2059), o836)
2059_0_random_ArrayAccess(EOS(STATIC_2059), o836) → 2065_0_random_ArrayAccess(EOS(STATIC_2065), o836)
2065_0_random_ArrayAccess(EOS(STATIC_2065), o836) → 2075_0_random_Store(EOS(STATIC_2075), o836, o870)
2075_0_random_Store(EOS(STATIC_2075), o836, o870) → 2081_0_random_FieldAccess(EOS(STATIC_2081), o836, o870)
2081_0_random_FieldAccess(EOS(STATIC_2081), o836, o870) → 2090_0_random_ConstantStackPush(EOS(STATIC_2090), o836, o870)
2090_0_random_ConstantStackPush(EOS(STATIC_2090), o836, o870) → 2100_0_random_IntArithmetic(EOS(STATIC_2100), o836, o870)
2100_0_random_IntArithmetic(EOS(STATIC_2100), o836, o870) → 2108_0_random_FieldAccess(EOS(STATIC_2108), o836, o870)
2108_0_random_FieldAccess(EOS(STATIC_2108), o836, o870) → 2115_0_random_Load(EOS(STATIC_2115), o836, o870)
2115_0_random_Load(EOS(STATIC_2115), o836, o870) → 2130_0_random_InvokeMethod(EOS(STATIC_2130), o836, o870)
2130_0_random_InvokeMethod(EOS(STATIC_2130), o836, java.lang.Object(o933sub)) → 2141_0_random_InvokeMethod(EOS(STATIC_2141), o836, java.lang.Object(o933sub))
2141_0_random_InvokeMethod(EOS(STATIC_2141), o836, java.lang.Object(o933sub)) → 2152_0_length_Load(EOS(STATIC_2152), o836, java.lang.Object(o933sub), java.lang.Object(o933sub))
2152_0_length_Load(EOS(STATIC_2152), o836, java.lang.Object(o933sub), java.lang.Object(o933sub)) → 2180_0_length_FieldAccess(EOS(STATIC_2180), o836, java.lang.Object(o933sub), java.lang.Object(o933sub))
2180_0_length_FieldAccess(EOS(STATIC_2180), o836, java.lang.Object(java.lang.String(o970sub, i616)), java.lang.Object(java.lang.String(o970sub, i616))) → 2189_0_length_FieldAccess(EOS(STATIC_2189), o836, java.lang.Object(java.lang.String(o970sub, i616)), java.lang.Object(java.lang.String(o970sub, i616))) | &&(>=(i616, 0), >=(i617, 0))
2189_0_length_FieldAccess(EOS(STATIC_2189), o836, java.lang.Object(java.lang.String(o970sub, i616)), java.lang.Object(java.lang.String(o970sub, i616))) → 2200_0_length_Return(EOS(STATIC_2200), o836, java.lang.Object(java.lang.String(o970sub, i616)), i616)
2200_0_length_Return(EOS(STATIC_2200), o836, java.lang.Object(java.lang.String(o970sub, i616)), i616) → 2209_0_random_Return(EOS(STATIC_2209), o836, i616)
2209_0_random_Return(EOS(STATIC_2209), o836, i616) → 2215_0_main_Load(EOS(STATIC_2215), o836, i616)
2215_0_main_Load(EOS(STATIC_2215), o836, i616) → 2232_0_main_InvokeMethod(EOS(STATIC_2232), o836, i616, o836)
2232_0_main_InvokeMethod(EOS(STATIC_2232), o836, i616, o836) → 2243_0_nth_Load(EOS(STATIC_2243), o836, i616, o836, i616, o836)
2243_0_nth_Load(EOS(STATIC_2243), o836, i616, o836, i616, o836) → 2395_0_nth_Load(EOS(STATIC_2395), o836, i616, o836, i616, o836)
2395_0_nth_Load(EOS(STATIC_2395), o1162, i662, o1162, i661, o1161) → 2400_0_nth_ConstantStackPush(EOS(STATIC_2400), o1162, i662, o1162, i661, o1161, i661)
2400_0_nth_ConstantStackPush(EOS(STATIC_2400), o1162, i662, o1162, i661, o1161, i661) → 2406_0_nth_LE(EOS(STATIC_2406), o1162, i662, o1162, i661, o1161, i661, 1)
2406_0_nth_LE(EOS(STATIC_2406), o1162, i662, o1162, i673, o1161, i673, matching1) → 2410_0_nth_LE(EOS(STATIC_2410), o1162, i662, o1162, i673, o1161, i673, 1) | =(matching1, 1)
2406_0_nth_LE(EOS(STATIC_2406), o1162, i662, o1162, i674, o1161, i674, matching1) → 2411_0_nth_LE(EOS(STATIC_2411), o1162, i662, o1162, i674, o1161, i674, 1) | =(matching1, 1)
2410_0_nth_LE(EOS(STATIC_2410), o1162, i662, o1162, i673, o1161, i673, matching1) → 2415_0_nth_Load(EOS(STATIC_2415), o1162, i662, o1162, o1161) | &&(<=(i673, 1), =(matching1, 1))
2415_0_nth_Load(EOS(STATIC_2415), o1162, i662, o1162, o1161) → 2420_0_nth_NONNULL(EOS(STATIC_2420), o1162, i662, o1162, o1161, o1161)
2420_0_nth_NONNULL(EOS(STATIC_2420), o1162, i662, o1162, java.lang.Object(o1199sub), java.lang.Object(o1199sub)) → 2425_0_nth_NONNULL(EOS(STATIC_2425), o1162, i662, o1162, java.lang.Object(o1199sub), java.lang.Object(o1199sub))
2420_0_nth_NONNULL(EOS(STATIC_2420), o1162, i662, o1162, NULL, NULL) → 2426_0_nth_NONNULL(EOS(STATIC_2426), o1162, i662, o1162, NULL, NULL)
2425_0_nth_NONNULL(EOS(STATIC_2425), o1162, i662, o1162, java.lang.Object(o1199sub), java.lang.Object(o1199sub)) → 2431_0_nth_Load(EOS(STATIC_2431), o1162, i662, o1162, java.lang.Object(o1199sub))
2431_0_nth_Load(EOS(STATIC_2431), o1162, i662, o1162, java.lang.Object(o1199sub)) → 2441_0_nth_FieldAccess(EOS(STATIC_2441), o1162, i662, o1162, java.lang.Object(o1199sub))
2441_0_nth_FieldAccess(EOS(STATIC_2441), o1162, i662, o1162, java.lang.Object(o1199sub)) → 2448_0_nth_FieldAccess(EOS(STATIC_2448), o1162, i662, o1162, java.lang.Object(o1199sub))
2441_0_nth_FieldAccess(EOS(STATIC_2441), java.lang.Object(o1199sub), i662, java.lang.Object(o1199sub), java.lang.Object(o1199sub)) → 2449_0_nth_FieldAccess(EOS(STATIC_2449), java.lang.Object(o1199sub), i662, java.lang.Object(o1199sub), java.lang.Object(o1199sub))
2448_0_nth_FieldAccess(EOS(STATIC_2448), o1162, i662, o1162, java.lang.Object(IntList(EOC, o1226, i686))) → 2459_0_nth_FieldAccess(EOS(STATIC_2459), o1162, i662, o1162, java.lang.Object(IntList(EOC, o1226, i686)))
2459_0_nth_FieldAccess(EOS(STATIC_2459), o1162, i662, o1162, java.lang.Object(IntList(EOC, o1226, i686))) → 2467_0_nth_Return(EOS(STATIC_2467), o1162, i662, o1162, i686)
2467_0_nth_Return(EOS(STATIC_2467), o1162, i662, o1162, i686) → 2477_0_main_Store(EOS(STATIC_2477), o1162, i686)
2477_0_main_Store(EOS(STATIC_2477), o1162, i686) → 2485_0_main_JMP(EOS(STATIC_2485), o1162, i686)
2485_0_main_JMP(EOS(STATIC_2485), o1162, i686) → 2494_0_main_Load(EOS(STATIC_2494), o1162, i686)
2494_0_main_Load(EOS(STATIC_2494), o1162, i686) → 1965_0_main_Load(EOS(STATIC_1965), o1162, i686)
1965_0_main_Load(EOS(STATIC_1965), o740, i501) → 1975_0_main_LE(EOS(STATIC_1975), o740, i501)
2449_0_nth_FieldAccess(EOS(STATIC_2449), java.lang.Object(IntList(EOC, o1228, i687)), i662, java.lang.Object(IntList(EOC, o1228, i687)), java.lang.Object(IntList(EOC, o1228, i687))) → 2460_0_nth_FieldAccess(EOS(STATIC_2460), java.lang.Object(IntList(EOC, o1228, i687)), i662, java.lang.Object(IntList(EOC, o1228, i687)), java.lang.Object(IntList(EOC, o1228, i687)))
2460_0_nth_FieldAccess(EOS(STATIC_2460), java.lang.Object(IntList(EOC, o1228, i687)), i662, java.lang.Object(IntList(EOC, o1228, i687)), java.lang.Object(IntList(EOC, o1228, i687))) → 2470_0_nth_Return(EOS(STATIC_2470), java.lang.Object(IntList(EOC, o1228, i687)), i662, java.lang.Object(IntList(EOC, o1228, i687)), i687)
2470_0_nth_Return(EOS(STATIC_2470), java.lang.Object(IntList(EOC, o1228, i687)), i662, java.lang.Object(IntList(EOC, o1228, i687)), i687) → 2479_0_main_Store(EOS(STATIC_2479), java.lang.Object(IntList(EOC, o1228, i687)), i687)
2479_0_main_Store(EOS(STATIC_2479), java.lang.Object(IntList(EOC, o1228, i687)), i687) → 2487_0_main_JMP(EOS(STATIC_2487), java.lang.Object(IntList(EOC, o1228, i687)), i687)
2487_0_main_JMP(EOS(STATIC_2487), java.lang.Object(IntList(EOC, o1228, i687)), i687) → 2496_0_main_Load(EOS(STATIC_2496), java.lang.Object(IntList(EOC, o1228, i687)), i687)
2496_0_main_Load(EOS(STATIC_2496), java.lang.Object(IntList(EOC, o1228, i687)), i687) → 1965_0_main_Load(EOS(STATIC_1965), java.lang.Object(IntList(EOC, o1228, i687)), i687)
2426_0_nth_NONNULL(EOS(STATIC_2426), o1162, i662, o1162, NULL, NULL) → 2433_0_nth_ConstantStackPush(EOS(STATIC_2433), o1162, i662, o1162, NULL)
2433_0_nth_ConstantStackPush(EOS(STATIC_2433), o1162, i662, o1162, NULL) → 2457_0_nth_ConstantStackPush(EOS(STATIC_2457), o1162, i662, o1162, NULL)
2457_0_nth_ConstantStackPush(EOS(STATIC_2457), o1162, i662, o1162, NULL) → 2465_0_nth_Return(EOS(STATIC_2465), o1162, i662, o1162, NULL, 0)
2465_0_nth_Return(EOS(STATIC_2465), o1162, i662, o1162, NULL, matching1) → 2475_0_main_Store(EOS(STATIC_2475), o1162, 0) | =(matching1, 0)
2475_0_main_Store(EOS(STATIC_2475), o1162, matching1) → 2477_0_main_Store(EOS(STATIC_2477), o1162, 0) | =(matching1, 0)
2411_0_nth_LE(EOS(STATIC_2411), o1162, i662, o1162, i674, o1161, i674, matching1) → 2416_0_nth_Load(EOS(STATIC_2416), o1162, i662, o1162, i674, o1161) | &&(>(i674, 1), =(matching1, 1))
2416_0_nth_Load(EOS(STATIC_2416), o1162, i662, o1162, i674, o1161) → 2423_0_nth_NULL(EOS(STATIC_2423), o1162, i662, o1162, i674, o1161, o1161)
2423_0_nth_NULL(EOS(STATIC_2423), o1162, i662, o1162, i674, java.lang.Object(o1200sub), java.lang.Object(o1200sub)) → 2428_0_nth_NULL(EOS(STATIC_2428), o1162, i662, o1162, i674, java.lang.Object(o1200sub), java.lang.Object(o1200sub))
2423_0_nth_NULL(EOS(STATIC_2423), o1162, i662, o1162, i674, NULL, NULL) → 2429_0_nth_NULL(EOS(STATIC_2429), o1162, i662, o1162, i674, NULL, NULL)
2428_0_nth_NULL(EOS(STATIC_2428), o1162, i662, o1162, i674, java.lang.Object(o1200sub), java.lang.Object(o1200sub)) → 2435_0_nth_Inc(EOS(STATIC_2435), o1162, i662, o1162, i674, java.lang.Object(o1200sub))
2435_0_nth_Inc(EOS(STATIC_2435), o1162, i662, o1162, i674, java.lang.Object(o1200sub)) → 2444_0_nth_Load(EOS(STATIC_2444), o1162, i662, o1162, +(i674, -1), java.lang.Object(o1200sub)) | >(i674, 0)
2444_0_nth_Load(EOS(STATIC_2444), o1162, i662, o1162, i682, java.lang.Object(o1200sub)) → 2454_0_nth_FieldAccess(EOS(STATIC_2454), o1162, i662, o1162, i682, java.lang.Object(o1200sub))
2454_0_nth_FieldAccess(EOS(STATIC_2454), o1162, i662, o1162, i682, java.lang.Object(o1200sub)) → 2462_0_nth_FieldAccess(EOS(STATIC_2462), o1162, i662, o1162, i682, java.lang.Object(o1200sub))
2454_0_nth_FieldAccess(EOS(STATIC_2454), java.lang.Object(o1200sub), i662, java.lang.Object(o1200sub), i682, java.lang.Object(o1200sub)) → 2464_0_nth_FieldAccess(EOS(STATIC_2464), java.lang.Object(o1200sub), i662, java.lang.Object(o1200sub), i682, java.lang.Object(o1200sub))
2462_0_nth_FieldAccess(EOS(STATIC_2462), o1162, i662, o1162, i682, java.lang.Object(IntList(EOC, o1239, i689))) → 2472_0_nth_FieldAccess(EOS(STATIC_2472), o1162, i662, o1162, i682, java.lang.Object(IntList(EOC, o1239, i689)))
2472_0_nth_FieldAccess(EOS(STATIC_2472), o1162, i662, o1162, i682, java.lang.Object(IntList(EOC, o1239, i689))) → 2481_0_nth_Store(EOS(STATIC_2481), o1162, i662, o1162, i682, o1239)
2481_0_nth_Store(EOS(STATIC_2481), o1162, i662, o1162, i682, o1239) → 2489_0_nth_JMP(EOS(STATIC_2489), o1162, i662, o1162, i682, o1239)
2489_0_nth_JMP(EOS(STATIC_2489), o1162, i662, o1162, i682, o1239) → 2499_0_nth_Load(EOS(STATIC_2499), o1162, i662, o1162, i682, o1239)
2499_0_nth_Load(EOS(STATIC_2499), o1162, i662, o1162, i682, o1239) → 2395_0_nth_Load(EOS(STATIC_2395), o1162, i662, o1162, i682, o1239)
2464_0_nth_FieldAccess(EOS(STATIC_2464), java.lang.Object(IntList(EOC, o1241, i690)), i662, java.lang.Object(IntList(EOC, o1241, i690)), i682, java.lang.Object(IntList(EOC, o1241, i690))) → 2473_0_nth_FieldAccess(EOS(STATIC_2473), java.lang.Object(IntList(EOC, o1241, i690)), i662, java.lang.Object(IntList(EOC, o1241, i690)), i682, java.lang.Object(IntList(EOC, o1241, i690)))
2473_0_nth_FieldAccess(EOS(STATIC_2473), java.lang.Object(IntList(EOC, o1241, i690)), i662, java.lang.Object(IntList(EOC, o1241, i690)), i682, java.lang.Object(IntList(EOC, o1241, i690))) → 2483_0_nth_Store(EOS(STATIC_2483), java.lang.Object(IntList(EOC, o1241, i690)), i662, java.lang.Object(IntList(EOC, o1241, i690)), i682, o1241)
2483_0_nth_Store(EOS(STATIC_2483), java.lang.Object(IntList(EOC, o1241, i690)), i662, java.lang.Object(IntList(EOC, o1241, i690)), i682, o1241) → 2492_0_nth_JMP(EOS(STATIC_2492), java.lang.Object(IntList(EOC, o1241, i690)), i662, java.lang.Object(IntList(EOC, o1241, i690)), i682, o1241)
2492_0_nth_JMP(EOS(STATIC_2492), java.lang.Object(IntList(EOC, o1241, i690)), i662, java.lang.Object(IntList(EOC, o1241, i690)), i682, o1241) → 2502_0_nth_Load(EOS(STATIC_2502), java.lang.Object(IntList(EOC, o1241, i690)), i662, java.lang.Object(IntList(EOC, o1241, i690)), i682, o1241)
2502_0_nth_Load(EOS(STATIC_2502), java.lang.Object(IntList(EOC, o1241, i690)), i662, java.lang.Object(IntList(EOC, o1241, i690)), i682, o1241) → 2395_0_nth_Load(EOS(STATIC_2395), java.lang.Object(IntList(EOC, o1241, i690)), i662, java.lang.Object(IntList(EOC, o1241, i690)), i682, o1241)
2429_0_nth_NULL(EOS(STATIC_2429), o1162, i662, o1162, i674, NULL, NULL) → 2437_0_nth_Load(EOS(STATIC_2437), o1162, i662, o1162, NULL)
2437_0_nth_Load(EOS(STATIC_2437), o1162, i662, o1162, NULL) → 2446_0_nth_NONNULL(EOS(STATIC_2446), o1162, i662, o1162, NULL, NULL)
2446_0_nth_NONNULL(EOS(STATIC_2446), o1162, i662, o1162, NULL, NULL) → 2457_0_nth_ConstantStackPush(EOS(STATIC_2457), o1162, i662, o1162, NULL)
R rules:
Combined rules. Obtained 5 conditional rules for P and 0 conditional rules for R.
P rules:
2406_0_nth_LE(EOS(STATIC_2406), java.lang.Object(IntList(EOC, x0, x1)), x2, java.lang.Object(IntList(EOC, x0, x1)), x3, java.lang.Object(IntList(EOC, x4, x5)), x3, 1) → 2406_0_nth_LE(EOS(STATIC_2406), x0, x7, x0, x7, x0, x7, 1) | &&(&&(>(+(x7, 1), 0), >(x5, 0)), <=(x3, 1))
2406_0_nth_LE(EOS(STATIC_2406), java.lang.Object(IntList(EOC, x0, x1)), x2, java.lang.Object(IntList(EOC, x0, x1)), x3, java.lang.Object(IntList(EOC, x0, x1)), x3, 1) → 2406_0_nth_LE(EOS(STATIC_2406), x0, x5, x0, x5, x0, x5, 1) | &&(&&(>(+(x5, 1), 0), <=(x3, 1)), >(x1, 0))
2406_0_nth_LE(EOS(STATIC_2406), java.lang.Object(IntList(EOC, x0, x1)), x2, java.lang.Object(IntList(EOC, x0, x1)), x3, NULL, x3, x4) → 2406_0_nth_LE(EOS(STATIC_2406), x0, x5, x0, x5, x0, x5, 1) | FALSE
2406_0_nth_LE(EOS(STATIC_2406), x0, x1, x0, x2, java.lang.Object(IntList(EOC, x3, x4)), x2, 1) → 2406_0_nth_LE(EOS(STATIC_2406), x0, x1, x0, +(x2, -1), x3, +(x2, -1), 1) | >(x2, 1)
2406_0_nth_LE(EOS(STATIC_2406), java.lang.Object(IntList(EOC, x0, x1)), x2, java.lang.Object(IntList(EOC, x0, x1)), x3, java.lang.Object(IntList(EOC, x0, x1)), x3, 1) → 2406_0_nth_LE(EOS(STATIC_2406), java.lang.Object(IntList(EOC, x0, x1)), x2, java.lang.Object(IntList(EOC, x0, x1)), +(x3, -1), x0, +(x3, -1), 1) | >(x3, 1)
R rules:
Filtered ground terms:
2406_0_nth_LE(x1, x2, x3, x4, x5, x6, x7, x8) → 2406_0_nth_LE(x2, x3, x4, x5, x6, x7)
IntList(x1, x2, x3) → IntList(x2, x3)
EOS(x1) → EOS
Cond_2406_0_nth_LE3(x1, x2, x3, x4, x5, x6, x7, x8, x9) → Cond_2406_0_nth_LE3(x1, x3, x4, x5, x6, x7, x8)
Cond_2406_0_nth_LE2(x1, x2, x3, x4, x5, x6, x7, x8, x9) → Cond_2406_0_nth_LE2(x1, x3, x4, x5, x6, x7, x8)
Cond_2406_0_nth_LE1(x1, x2, x3, x4, x5, x6, x7, x8, x9, x10) → Cond_2406_0_nth_LE1(x1, x3, x4, x5, x6, x7, x8, x10)
Cond_2406_0_nth_LE(x1, x2, x3, x4, x5, x6, x7, x8, x9, x10) → Cond_2406_0_nth_LE(x1, x3, x4, x5, x6, x7, x8, x10)
Filtered duplicate args:
2406_0_nth_LE(x1, x2, x3, x4, x5, x6) → 2406_0_nth_LE(x2, x3, x5, x6)
Cond_2406_0_nth_LE(x1, x2, x3, x4, x5, x6, x7, x8) → Cond_2406_0_nth_LE(x1, x3, x4, x6, x7, x8)
Cond_2406_0_nth_LE1(x1, x2, x3, x4, x5, x6, x7, x8) → Cond_2406_0_nth_LE1(x1, x3, x6, x7, x8)
Cond_2406_0_nth_LE2(x1, x2, x3, x4, x5, x6, x7) → Cond_2406_0_nth_LE2(x1, x3, x4, x6, x7)
Cond_2406_0_nth_LE3(x1, x2, x3, x4, x5, x6, x7) → Cond_2406_0_nth_LE3(x1, x3, x6, x7)
Filtered unneeded arguments:
2406_0_nth_LE(x1, x2, x3, x4) → 2406_0_nth_LE(x2, x3, x4)
Cond_2406_0_nth_LE(x1, x2, x3, x4, x5, x6) → Cond_2406_0_nth_LE(x1, x3, x6)
Cond_2406_0_nth_LE1(x1, x2, x3, x4, x5) → Cond_2406_0_nth_LE1(x1, x3, x5)
Cond_2406_0_nth_LE2(x1, x2, x3, x4, x5) → Cond_2406_0_nth_LE2(x1, x3, x4, x5)
Cond_2406_0_nth_LE3(x1, x2, x3, x4) → Cond_2406_0_nth_LE3(x1, x3, x4)
Combined rules. Obtained 4 conditional rules for P and 0 conditional rules for R.
P rules:
2406_0_nth_LE(java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x4, x5)), x3) → 2406_0_nth_LE(x0, x0, x7) | &&(&&(>(x7, -1), >(x5, 0)), <=(x3, 1))
2406_0_nth_LE(java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x0, x1)), x3) → 2406_0_nth_LE(x0, x0, x5) | &&(&&(>(x5, -1), <=(x3, 1)), >(x1, 0))
2406_0_nth_LE(x0, java.lang.Object(IntList(x3, x4)), x2) → 2406_0_nth_LE(x0, x3, +(x2, -1)) | >(x2, 1)
2406_0_nth_LE(java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x0, x1)), x3) → 2406_0_nth_LE(java.lang.Object(IntList(x0, x1)), x0, +(x3, -1)) | >(x3, 1)
R rules:
Finished conversion. Obtained 8 rules for P and 0 rules for R. System has predefined symbols.
P rules:
2406_0_NTH_LE(java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x4, x5)), x3) → COND_2406_0_NTH_LE(&&(&&(>(x7, -1), >(x5, 0)), <=(x3, 1)), java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x4, x5)), x3, x7)
COND_2406_0_NTH_LE(TRUE, java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x4, x5)), x3, x7) → 2406_0_NTH_LE(x0, x0, x7)
2406_0_NTH_LE(java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x0, x1)), x3) → COND_2406_0_NTH_LE1(&&(&&(>(x5, -1), <=(x3, 1)), >(x1, 0)), java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x0, x1)), x3, x5)
COND_2406_0_NTH_LE1(TRUE, java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x0, x1)), x3, x5) → 2406_0_NTH_LE(x0, x0, x5)
2406_0_NTH_LE(x0, java.lang.Object(IntList(x3, x4)), x2) → COND_2406_0_NTH_LE2(>(x2, 1), x0, java.lang.Object(IntList(x3, x4)), x2)
COND_2406_0_NTH_LE2(TRUE, x0, java.lang.Object(IntList(x3, x4)), x2) → 2406_0_NTH_LE(x0, x3, +(x2, -1))
2406_0_NTH_LE(java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x0, x1)), x3) → COND_2406_0_NTH_LE3(>(x3, 1), java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x0, x1)), x3)
COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0, x1)), java.lang.Object(IntList(x0, x1)), x3) → 2406_0_NTH_LE(java.lang.Object(IntList(x0, x1)), x0, +(x3, -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 |
Boolean, Integer
(0) -> (1), if (x7[0] > -1 && x5[0] > 0 && x3[0] <= 1 ∧java.lang.Object(IntList(x0[0], x1[0])) →* java.lang.Object(IntList(x0[1], x1[1]))∧java.lang.Object(IntList(x4[0], x5[0])) →* java.lang.Object(IntList(x4[1], x5[1]))∧x3[0] →* x3[1]∧x7[0] →* x7[1])
(1) -> (0), if (x0[1] →* java.lang.Object(IntList(x0[0], x1[0]))∧x0[1] →* java.lang.Object(IntList(x4[0], x5[0]))∧x7[1] →* x3[0])
(1) -> (2), if (x0[1] →* java.lang.Object(IntList(x0[2], x1[2]))∧x7[1] →* x3[2])
(1) -> (4), if (x0[1] →* x0[4]∧x0[1] →* java.lang.Object(IntList(x3[4], x4[4]))∧x7[1] →* x2[4])
(1) -> (6), if (x0[1] →* java.lang.Object(IntList(x0[6], x1[6]))∧x7[1] →* x3[6])
(2) -> (3), if (x5[2] > -1 && x3[2] <= 1 && x1[2] > 0 ∧java.lang.Object(IntList(x0[2], x1[2])) →* java.lang.Object(IntList(x0[3], x1[3]))∧x3[2] →* x3[3]∧x5[2] →* x5[3])
(3) -> (0), if (x0[3] →* java.lang.Object(IntList(x0[0], x1[0]))∧x0[3] →* java.lang.Object(IntList(x4[0], x5[0]))∧x5[3] →* x3[0])
(3) -> (2), if (x0[3] →* java.lang.Object(IntList(x0[2], x1[2]))∧x5[3] →* x3[2])
(3) -> (4), if (x0[3] →* x0[4]∧x0[3] →* java.lang.Object(IntList(x3[4], x4[4]))∧x5[3] →* x2[4])
(3) -> (6), if (x0[3] →* java.lang.Object(IntList(x0[6], x1[6]))∧x5[3] →* x3[6])
(4) -> (5), if (x2[4] > 1 ∧x0[4] →* x0[5]∧java.lang.Object(IntList(x3[4], x4[4])) →* java.lang.Object(IntList(x3[5], x4[5]))∧x2[4] →* x2[5])
(5) -> (0), if (x0[5] →* java.lang.Object(IntList(x0[0], x1[0]))∧x3[5] →* java.lang.Object(IntList(x4[0], x5[0]))∧x2[5] + -1 →* x3[0])
(5) -> (2), if (x0[5] →* java.lang.Object(IntList(x0[2], x1[2]))∧x3[5] →* java.lang.Object(IntList(x0[2], x1[2]))∧x2[5] + -1 →* x3[2])
(5) -> (4), if (x0[5] →* x0[4]∧x3[5] →* java.lang.Object(IntList(x3[4], x4[4]))∧x2[5] + -1 →* x2[4])
(5) -> (6), if (x0[5] →* java.lang.Object(IntList(x0[6], x1[6]))∧x3[5] →* java.lang.Object(IntList(x0[6], x1[6]))∧x2[5] + -1 →* x3[6])
(6) -> (7), if (x3[6] > 1 ∧java.lang.Object(IntList(x0[6], x1[6])) →* java.lang.Object(IntList(x0[7], x1[7]))∧x3[6] →* x3[7])
(7) -> (0), if (java.lang.Object(IntList(x0[7], x1[7])) →* java.lang.Object(IntList(x0[0], x1[0]))∧x0[7] →* java.lang.Object(IntList(x4[0], x5[0]))∧x3[7] + -1 →* x3[0])
(7) -> (2), if (java.lang.Object(IntList(x0[7], x1[7])) →* java.lang.Object(IntList(x0[2], x1[2]))∧x0[7] →* java.lang.Object(IntList(x0[2], x1[2]))∧x3[7] + -1 →* x3[2])
(7) -> (4), if (java.lang.Object(IntList(x0[7], x1[7])) →* x0[4]∧x0[7] →* java.lang.Object(IntList(x3[4], x4[4]))∧x3[7] + -1 →* x2[4])
(7) -> (6), if (java.lang.Object(IntList(x0[7], x1[7])) →* java.lang.Object(IntList(x0[6], x1[6]))∧x0[7] →* java.lang.Object(IntList(x0[6], x1[6]))∧x3[7] + -1 →* x3[6])
(1) (x0[1]=java.lang.Object(IntList(x0[0], x1[0]))∧x0[1]=java.lang.Object(IntList(x4[0], x5[0]))∧x7[1]=x3[0]∧&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1))=TRUE∧java.lang.Object(IntList(x0[0], x1[0]))=java.lang.Object(IntList(x0[1]1, x1[1]1))∧java.lang.Object(IntList(x4[0], x5[0]))=java.lang.Object(IntList(x4[1]1, x5[1]1))∧x3[0]=x3[1]1∧x7[0]=x7[1]1 ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0])≥COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])∧(UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥))
(2) (&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1))=TRUE ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x5[0])), java.lang.Object(IntList(x0[0], x5[0])), x3[0])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x5[0])), java.lang.Object(IntList(x0[0], x5[0])), x3[0])≥COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x5[0])), java.lang.Object(IntList(x0[0], x5[0])), x3[0], x7[0])∧(UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥))
(3) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[(-1)Bound*bni_32] + [bni_32]x0[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(4) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[(-1)Bound*bni_32] + [bni_32]x0[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(5) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[(-1)Bound*bni_32] + [bni_32]x0[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(6) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧0 ≥ 0∧0 ≥ 0∧[bni_32] ≥ 0∧[(-1)Bound*bni_32] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_33] ≥ 0)
(7) (x0[3]=java.lang.Object(IntList(x0[0], x1[0]))∧x0[3]=java.lang.Object(IntList(x4[0], x5[0]))∧x5[3]=x3[0]∧&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1))=TRUE∧java.lang.Object(IntList(x0[0], x1[0]))=java.lang.Object(IntList(x0[1], x1[1]))∧java.lang.Object(IntList(x4[0], x5[0]))=java.lang.Object(IntList(x4[1], x5[1]))∧x3[0]=x3[1]∧x7[0]=x7[1] ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0])≥COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])∧(UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥))
(8) (&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1))=TRUE ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x5[0])), java.lang.Object(IntList(x0[0], x5[0])), x3[0])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x5[0])), java.lang.Object(IntList(x0[0], x5[0])), x3[0])≥COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x5[0])), java.lang.Object(IntList(x0[0], x5[0])), x3[0], x7[0])∧(UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥))
(9) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[(-1)Bound*bni_32] + [bni_32]x0[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(10) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[(-1)Bound*bni_32] + [bni_32]x0[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(11) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[(-1)Bound*bni_32] + [bni_32]x0[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(12) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧0 ≥ 0∧0 ≥ 0∧[bni_32] ≥ 0∧[(-1)Bound*bni_32] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_33] ≥ 0)
(13) (x0[5]=java.lang.Object(IntList(x0[0], x1[0]))∧x3[5]=java.lang.Object(IntList(x4[0], x5[0]))∧+(x2[5], -1)=x3[0]∧&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1))=TRUE∧java.lang.Object(IntList(x0[0], x1[0]))=java.lang.Object(IntList(x0[1], x1[1]))∧java.lang.Object(IntList(x4[0], x5[0]))=java.lang.Object(IntList(x4[1], x5[1]))∧x3[0]=x3[1]∧x7[0]=x7[1] ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0])≥COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])∧(UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥))
(14) (&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(+(x2[5], -1), 1))=TRUE ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), +(x2[5], -1))≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), +(x2[5], -1))≥COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(+(x2[5], -1), 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), +(x2[5], -1), x7[0])∧(UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥))
(15) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[(-1)Bound*bni_32] + [bni_32]x0[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(16) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[(-1)Bound*bni_32] + [bni_32]x0[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(17) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[(-1)Bound*bni_32] + [bni_32]x0[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(18) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[bni_32] ≥ 0∧[(-1)Bound*bni_32] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_33] ≥ 0)
(19) (java.lang.Object(IntList(x0[7], x1[7]))=java.lang.Object(IntList(x0[0], x1[0]))∧x0[7]=java.lang.Object(IntList(x4[0], x5[0]))∧+(x3[7], -1)=x3[0]∧&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1))=TRUE∧java.lang.Object(IntList(x0[0], x1[0]))=java.lang.Object(IntList(x0[1], x1[1]))∧java.lang.Object(IntList(x4[0], x5[0]))=java.lang.Object(IntList(x4[1], x5[1]))∧x3[0]=x3[1]∧x7[0]=x7[1] ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0])≥COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])∧(UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥))
(20) (&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(+(x3[7], -1), 1))=TRUE ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(java.lang.Object(IntList(x4[0], x5[0])), x1[7])), java.lang.Object(IntList(x4[0], x5[0])), +(x3[7], -1))≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(java.lang.Object(IntList(x4[0], x5[0])), x1[7])), java.lang.Object(IntList(x4[0], x5[0])), +(x3[7], -1))≥COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(+(x3[7], -1), 1)), java.lang.Object(IntList(java.lang.Object(IntList(x4[0], x5[0])), x1[7])), java.lang.Object(IntList(x4[0], x5[0])), +(x3[7], -1), x7[0])∧(UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥))
(21) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[bni_32 + (-1)Bound*bni_32] + [bni_32]x4[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(22) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[bni_32 + (-1)Bound*bni_32] + [bni_32]x4[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(23) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧[bni_32 + (-1)Bound*bni_32] + [bni_32]x4[0] ≥ 0∧[(-1)bso_33] ≥ 0)
(24) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])), ≥)∧0 ≥ 0∧[bni_32] ≥ 0∧0 ≥ 0∧[bni_32 + (-1)Bound*bni_32] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_33] ≥ 0)
(25) (&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1))=TRUE∧java.lang.Object(IntList(x0[0], x1[0]))=java.lang.Object(IntList(x0[1], x1[1]))∧java.lang.Object(IntList(x4[0], x5[0]))=java.lang.Object(IntList(x4[1], x5[1]))∧x3[0]=x3[1]∧x7[0]=x7[1] ⇒ COND_2406_0_NTH_LE(TRUE, java.lang.Object(IntList(x0[1], x1[1])), java.lang.Object(IntList(x4[1], x5[1])), x3[1], x7[1])≥NonInfC∧COND_2406_0_NTH_LE(TRUE, java.lang.Object(IntList(x0[1], x1[1])), java.lang.Object(IntList(x4[1], x5[1])), x3[1], x7[1])≥2406_0_NTH_LE(x0[1], x0[1], x7[1])∧(UIncreasing(2406_0_NTH_LE(x0[1], x0[1], x7[1])), ≥))
(26) (&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1))=TRUE ⇒ COND_2406_0_NTH_LE(TRUE, java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])≥NonInfC∧COND_2406_0_NTH_LE(TRUE, java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])≥2406_0_NTH_LE(x0[0], x0[0], x7[0])∧(UIncreasing(2406_0_NTH_LE(x0[1], x0[1], x7[1])), ≥))
(27) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[1], x0[1], x7[1])), ≥)∧[(-1)Bound*bni_34] + [bni_34]x0[0] ≥ 0∧[1 + (-1)bso_35] ≥ 0)
(28) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[1], x0[1], x7[1])), ≥)∧[(-1)Bound*bni_34] + [bni_34]x0[0] ≥ 0∧[1 + (-1)bso_35] ≥ 0)
(29) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[1], x0[1], x7[1])), ≥)∧[(-1)Bound*bni_34] + [bni_34]x0[0] ≥ 0∧[1 + (-1)bso_35] ≥ 0)
(30) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[1], x0[1], x7[1])), ≥)∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[bni_34] ≥ 0∧[(-1)Bound*bni_34] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[1 + (-1)bso_35] ≥ 0)
(31) (x0[1]=java.lang.Object(IntList(x0[2], x1[2]))∧x7[1]=x3[2]∧&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0))=TRUE∧java.lang.Object(IntList(x0[2], x1[2]))=java.lang.Object(IntList(x0[3], x1[3]))∧x3[2]=x3[3]∧x5[2]=x5[3] ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])∧(UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥))
(32) (&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0))=TRUE ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])∧(UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥))
(33) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[(-1)Bound*bni_36] + [bni_36]x0[2] ≥ 0∧[(-1)bso_37] ≥ 0)
(34) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[(-1)Bound*bni_36] + [bni_36]x0[2] ≥ 0∧[(-1)bso_37] ≥ 0)
(35) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[(-1)Bound*bni_36] + [bni_36]x0[2] ≥ 0∧[(-1)bso_37] ≥ 0)
(36) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧0 ≥ 0∧0 ≥ 0∧[bni_36] ≥ 0∧[(-1)Bound*bni_36] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_37] ≥ 0)
(37) (x0[3]=java.lang.Object(IntList(x0[2], x1[2]))∧x5[3]=x3[2]∧&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0))=TRUE∧java.lang.Object(IntList(x0[2], x1[2]))=java.lang.Object(IntList(x0[3]1, x1[3]1))∧x3[2]=x3[3]1∧x5[2]=x5[3]1 ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])∧(UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥))
(38) (&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0))=TRUE ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])∧(UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥))
(39) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[(-1)Bound*bni_36] + [bni_36]x0[2] ≥ 0∧[(-1)bso_37] ≥ 0)
(40) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[(-1)Bound*bni_36] + [bni_36]x0[2] ≥ 0∧[(-1)bso_37] ≥ 0)
(41) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[(-1)Bound*bni_36] + [bni_36]x0[2] ≥ 0∧[(-1)bso_37] ≥ 0)
(42) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧0 ≥ 0∧0 ≥ 0∧[bni_36] ≥ 0∧[(-1)Bound*bni_36] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_37] ≥ 0)
(43) (x0[5]=java.lang.Object(IntList(x0[2], x1[2]))∧x3[5]=java.lang.Object(IntList(x0[2], x1[2]))∧+(x2[5], -1)=x3[2]∧&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0))=TRUE∧java.lang.Object(IntList(x0[2], x1[2]))=java.lang.Object(IntList(x0[3], x1[3]))∧x3[2]=x3[3]∧x5[2]=x5[3] ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])∧(UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥))
(44) (&&(&&(>(x5[2], -1), <=(+(x2[5], -1), 1)), >(x1[2], 0))=TRUE ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), +(x2[5], -1))≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), +(x2[5], -1))≥COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(+(x2[5], -1), 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), +(x2[5], -1), x5[2])∧(UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥))
(45) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[(-1)Bound*bni_36] + [bni_36]x0[2] ≥ 0∧[(-1)bso_37] ≥ 0)
(46) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[(-1)Bound*bni_36] + [bni_36]x0[2] ≥ 0∧[(-1)bso_37] ≥ 0)
(47) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[(-1)Bound*bni_36] + [bni_36]x0[2] ≥ 0∧[(-1)bso_37] ≥ 0)
(48) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧0 ≥ 0∧[bni_36] ≥ 0∧[(-1)Bound*bni_36] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_37] ≥ 0)
(49) (java.lang.Object(IntList(x0[7], x1[7]))=java.lang.Object(IntList(x0[2], x1[2]))∧x0[7]=java.lang.Object(IntList(x0[2], x1[2]))∧+(x3[7], -1)=x3[2]∧&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0))=TRUE∧java.lang.Object(IntList(x0[2], x1[2]))=java.lang.Object(IntList(x0[3], x1[3]))∧x3[2]=x3[3]∧x5[2]=x5[3] ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2])≥COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])∧(UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥))
(50) (&&(&&(>(x5[2], -1), <=(+(x3[7], -1), 1)), >(x1[2], 0))=TRUE ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(java.lang.Object(IntList(x0[7], x1[2])), x1[2])), java.lang.Object(IntList(java.lang.Object(IntList(x0[7], x1[2])), x1[2])), +(x3[7], -1))≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(java.lang.Object(IntList(x0[7], x1[2])), x1[2])), java.lang.Object(IntList(java.lang.Object(IntList(x0[7], x1[2])), x1[2])), +(x3[7], -1))≥COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(+(x3[7], -1), 1)), >(x1[2], 0)), java.lang.Object(IntList(java.lang.Object(IntList(x0[7], x1[2])), x1[2])), java.lang.Object(IntList(java.lang.Object(IntList(x0[7], x1[2])), x1[2])), +(x3[7], -1), x5[2])∧(UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥))
(51) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[bni_36 + (-1)Bound*bni_36] + [bni_36]x0[7] ≥ 0∧[(-1)bso_37] ≥ 0)
(52) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[bni_36 + (-1)Bound*bni_36] + [bni_36]x0[7] ≥ 0∧[(-1)bso_37] ≥ 0)
(53) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧[bni_36 + (-1)Bound*bni_36] + [bni_36]x0[7] ≥ 0∧[(-1)bso_37] ≥ 0)
(54) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])), ≥)∧0 ≥ 0∧[bni_36] ≥ 0∧[bni_36 + (-1)Bound*bni_36] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_37] ≥ 0)
(55) (&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0))=TRUE∧java.lang.Object(IntList(x0[2], x1[2]))=java.lang.Object(IntList(x0[3], x1[3]))∧x3[2]=x3[3]∧x5[2]=x5[3] ⇒ COND_2406_0_NTH_LE1(TRUE, java.lang.Object(IntList(x0[3], x1[3])), java.lang.Object(IntList(x0[3], x1[3])), x3[3], x5[3])≥NonInfC∧COND_2406_0_NTH_LE1(TRUE, java.lang.Object(IntList(x0[3], x1[3])), java.lang.Object(IntList(x0[3], x1[3])), x3[3], x5[3])≥2406_0_NTH_LE(x0[3], x0[3], x5[3])∧(UIncreasing(2406_0_NTH_LE(x0[3], x0[3], x5[3])), ≥))
(56) (&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0))=TRUE ⇒ COND_2406_0_NTH_LE1(TRUE, java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])≥NonInfC∧COND_2406_0_NTH_LE1(TRUE, java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])≥2406_0_NTH_LE(x0[2], x0[2], x5[2])∧(UIncreasing(2406_0_NTH_LE(x0[3], x0[3], x5[3])), ≥))
(57) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[3], x0[3], x5[3])), ≥)∧[(-1)Bound*bni_38] + [bni_38]x0[2] ≥ 0∧[1 + (-1)bso_39] ≥ 0)
(58) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[3], x0[3], x5[3])), ≥)∧[(-1)Bound*bni_38] + [bni_38]x0[2] ≥ 0∧[1 + (-1)bso_39] ≥ 0)
(59) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[3], x0[3], x5[3])), ≥)∧[(-1)Bound*bni_38] + [bni_38]x0[2] ≥ 0∧[1 + (-1)bso_39] ≥ 0)
(60) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[3], x0[3], x5[3])), ≥)∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[bni_38] ≥ 0∧[(-1)Bound*bni_38] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[1 + (-1)bso_39] ≥ 0)
(61) (>(x2[4], 1)=TRUE∧x0[4]=x0[5]∧java.lang.Object(IntList(x3[4], x4[4]))=java.lang.Object(IntList(x3[5], x4[5]))∧x2[4]=x2[5] ⇒ 2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥NonInfC∧2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])∧(UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥))
(62) (>(x2[4], 1)=TRUE ⇒ 2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥NonInfC∧2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])∧(UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥))
(63) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧[(-1)bni_40 + (-1)Bound*bni_40] + [bni_40]x0[4] ≥ 0∧[(-1)bso_41] ≥ 0)
(64) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧[(-1)bni_40 + (-1)Bound*bni_40] + [bni_40]x0[4] ≥ 0∧[(-1)bso_41] ≥ 0)
(65) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧[(-1)bni_40 + (-1)Bound*bni_40] + [bni_40]x0[4] ≥ 0∧[(-1)bso_41] ≥ 0)
(66) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[bni_40] ≥ 0∧[(-1)bni_40 + (-1)Bound*bni_40] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_41] ≥ 0)
(67) (>(x2[4], 1)=TRUE∧x0[4]=x0[5]∧java.lang.Object(IntList(x3[4], x4[4]))=java.lang.Object(IntList(x3[5], x4[5]))∧x2[4]=x2[5] ⇒ COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5])≥NonInfC∧COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5])≥2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))∧(UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥))
(68) (>(x2[4], 1)=TRUE ⇒ COND_2406_0_NTH_LE2(TRUE, x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥NonInfC∧COND_2406_0_NTH_LE2(TRUE, x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥2406_0_NTH_LE(x0[4], x3[4], +(x2[4], -1))∧(UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥))
(69) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(-1)bni_42 + (-1)Bound*bni_42] + [bni_42]x0[4] ≥ 0∧[(-1)bso_43] ≥ 0)
(70) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(-1)bni_42 + (-1)Bound*bni_42] + [bni_42]x0[4] ≥ 0∧[(-1)bso_43] ≥ 0)
(71) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(-1)bni_42 + (-1)Bound*bni_42] + [bni_42]x0[4] ≥ 0∧[(-1)bso_43] ≥ 0)
(72) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[bni_42] ≥ 0∧[(-1)bni_42 + (-1)Bound*bni_42] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_43] ≥ 0)
(73) (>(x3[6], 1)=TRUE∧java.lang.Object(IntList(x0[6], x1[6]))=java.lang.Object(IntList(x0[7], x1[7]))∧x3[6]=x3[7] ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])≥COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])∧(UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥))
(74) (>(x3[6], 1)=TRUE ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])≥COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])∧(UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥))
(75) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥)∧[(-1)Bound*bni_44] + [bni_44]x0[6] ≥ 0∧[(-1)bso_45] ≥ 0)
(76) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥)∧[(-1)Bound*bni_44] + [bni_44]x0[6] ≥ 0∧[(-1)bso_45] ≥ 0)
(77) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥)∧[(-1)Bound*bni_44] + [bni_44]x0[6] ≥ 0∧[(-1)bso_45] ≥ 0)
(78) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥)∧0 ≥ 0∧0 ≥ 0∧[bni_44] ≥ 0∧[(-1)Bound*bni_44] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_45] ≥ 0)
(79) (>(x3[6], 1)=TRUE∧java.lang.Object(IntList(x0[6], x1[6]))=java.lang.Object(IntList(x0[7], x1[7]))∧x3[6]=x3[7] ⇒ COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[7], x1[7])), java.lang.Object(IntList(x0[7], x1[7])), x3[7])≥NonInfC∧COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[7], x1[7])), java.lang.Object(IntList(x0[7], x1[7])), x3[7])≥2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))∧(UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥))
(80) (>(x3[6], 1)=TRUE ⇒ COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])≥NonInfC∧COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])≥2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), x0[6], +(x3[6], -1))∧(UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥))
(81) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧[(-1)Bound*bni_46] + [bni_46]x0[6] ≥ 0∧[(-1)bso_47] ≥ 0)
(82) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧[(-1)Bound*bni_46] + [bni_46]x0[6] ≥ 0∧[(-1)bso_47] ≥ 0)
(83) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧[(-1)Bound*bni_46] + [bni_46]x0[6] ≥ 0∧[(-1)bso_47] ≥ 0)
(84) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧0 ≥ 0∧0 ≥ 0∧[bni_46] ≥ 0∧[(-1)Bound*bni_46] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(-1)bso_47] ≥ 0)
POL(TRUE) = 0
POL(FALSE) = 0
POL(2406_0_NTH_LE(x1, x2, x3)) = [-1] + x1
POL(java.lang.Object(x1)) = [1] + x1
POL(IntList(x1, x2)) = x1
POL(COND_2406_0_NTH_LE(x1, x2, x3, x4, x5)) = [-1] + x2 + x1
POL(&&(x1, x2)) = 0
POL(>(x1, x2)) = 0
POL(-1) = 0
POL(0) = 0
POL(<=(x1, x2)) = 0
POL(1) = 0
POL(COND_2406_0_NTH_LE1(x1, x2, x3, x4, x5)) = [-1] + [-1]x3 + [2]x2 + [2]x1
POL(COND_2406_0_NTH_LE2(x1, x2, x3, x4)) = [-1] + x2
POL(+(x1, x2)) = 0
POL(COND_2406_0_NTH_LE3(x1, x2, x3, x4)) = [-1] + [2]x3 + [-1]x2
COND_2406_0_NTH_LE(TRUE, java.lang.Object(IntList(x0[1], x1[1])), java.lang.Object(IntList(x4[1], x5[1])), x3[1], x7[1]) → 2406_0_NTH_LE(x0[1], x0[1], x7[1])
COND_2406_0_NTH_LE1(TRUE, java.lang.Object(IntList(x0[3], x1[3])), java.lang.Object(IntList(x0[3], x1[3])), x3[3], x5[3]) → 2406_0_NTH_LE(x0[3], x0[3], x5[3])
2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0]) → COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])
COND_2406_0_NTH_LE(TRUE, java.lang.Object(IntList(x0[1], x1[1])), java.lang.Object(IntList(x4[1], x5[1])), x3[1], x7[1]) → 2406_0_NTH_LE(x0[1], x0[1], x7[1])
2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2]) → COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])
COND_2406_0_NTH_LE1(TRUE, java.lang.Object(IntList(x0[3], x1[3])), java.lang.Object(IntList(x0[3], x1[3])), x3[3], x5[3]) → 2406_0_NTH_LE(x0[3], x0[3], x5[3])
2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4]) → COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])
COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5]) → 2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))
2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6]) → COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])
COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[7], x1[7])), java.lang.Object(IntList(x0[7], x1[7])), x3[7]) → 2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))
2406_0_NTH_LE(java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0]) → COND_2406_0_NTH_LE(&&(&&(>(x7[0], -1), >(x5[0], 0)), <=(x3[0], 1)), java.lang.Object(IntList(x0[0], x1[0])), java.lang.Object(IntList(x4[0], x5[0])), x3[0], x7[0])
2406_0_NTH_LE(java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2]) → COND_2406_0_NTH_LE1(&&(&&(>(x5[2], -1), <=(x3[2], 1)), >(x1[2], 0)), java.lang.Object(IntList(x0[2], x1[2])), java.lang.Object(IntList(x0[2], x1[2])), x3[2], x5[2])
2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4]) → COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])
COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5]) → 2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))
2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6]) → COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])
COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[7], x1[7])), java.lang.Object(IntList(x0[7], x1[7])), x3[7]) → 2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))
&&(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 |
Boolean, Integer
(5) -> (0), if (x0[5] →* java.lang.Object(IntList(x0[0], x1[0]))∧x3[5] →* java.lang.Object(IntList(x4[0], x5[0]))∧x2[5] + -1 →* x3[0])
(7) -> (0), if (java.lang.Object(IntList(x0[7], x1[7])) →* java.lang.Object(IntList(x0[0], x1[0]))∧x0[7] →* java.lang.Object(IntList(x4[0], x5[0]))∧x3[7] + -1 →* x3[0])
(5) -> (2), if (x0[5] →* java.lang.Object(IntList(x0[2], x1[2]))∧x3[5] →* java.lang.Object(IntList(x0[2], x1[2]))∧x2[5] + -1 →* x3[2])
(7) -> (2), if (java.lang.Object(IntList(x0[7], x1[7])) →* java.lang.Object(IntList(x0[2], x1[2]))∧x0[7] →* java.lang.Object(IntList(x0[2], x1[2]))∧x3[7] + -1 →* x3[2])
(5) -> (4), if (x0[5] →* x0[4]∧x3[5] →* java.lang.Object(IntList(x3[4], x4[4]))∧x2[5] + -1 →* x2[4])
(7) -> (4), if (java.lang.Object(IntList(x0[7], x1[7])) →* x0[4]∧x0[7] →* java.lang.Object(IntList(x3[4], x4[4]))∧x3[7] + -1 →* x2[4])
(4) -> (5), if (x2[4] > 1 ∧x0[4] →* x0[5]∧java.lang.Object(IntList(x3[4], x4[4])) →* java.lang.Object(IntList(x3[5], x4[5]))∧x2[4] →* x2[5])
(5) -> (6), if (x0[5] →* java.lang.Object(IntList(x0[6], x1[6]))∧x3[5] →* java.lang.Object(IntList(x0[6], x1[6]))∧x2[5] + -1 →* x3[6])
(7) -> (6), if (java.lang.Object(IntList(x0[7], x1[7])) →* java.lang.Object(IntList(x0[6], x1[6]))∧x0[7] →* java.lang.Object(IntList(x0[6], x1[6]))∧x3[7] + -1 →* x3[6])
(6) -> (7), if (x3[6] > 1 ∧java.lang.Object(IntList(x0[6], x1[6])) →* java.lang.Object(IntList(x0[7], x1[7]))∧x3[6] →* x3[7])
!= | ~ | 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
(5) -> (4), if (x0[5] →* x0[4]∧x3[5] →* java.lang.Object(IntList(x3[4], x4[4]))∧x2[5] + -1 →* x2[4])
(7) -> (4), if (java.lang.Object(IntList(x0[7], x1[7])) →* x0[4]∧x0[7] →* java.lang.Object(IntList(x3[4], x4[4]))∧x3[7] + -1 →* x2[4])
(4) -> (5), if (x2[4] > 1 ∧x0[4] →* x0[5]∧java.lang.Object(IntList(x3[4], x4[4])) →* java.lang.Object(IntList(x3[5], x4[5]))∧x2[4] →* x2[5])
(5) -> (6), if (x0[5] →* java.lang.Object(IntList(x0[6], x1[6]))∧x3[5] →* java.lang.Object(IntList(x0[6], x1[6]))∧x2[5] + -1 →* x3[6])
(7) -> (6), if (java.lang.Object(IntList(x0[7], x1[7])) →* java.lang.Object(IntList(x0[6], x1[6]))∧x0[7] →* java.lang.Object(IntList(x0[6], x1[6]))∧x3[7] + -1 →* x3[6])
(6) -> (7), if (x3[6] > 1 ∧java.lang.Object(IntList(x0[6], x1[6])) →* java.lang.Object(IntList(x0[7], x1[7]))∧x3[6] →* x3[7])
(1) (>(x3[6], 1)=TRUE∧java.lang.Object(IntList(x0[6], x1[6]))=java.lang.Object(IntList(x0[7], x1[7]))∧x3[6]=x3[7]∧java.lang.Object(IntList(x0[7], x1[7]))=x0[4]∧x0[7]=java.lang.Object(IntList(x3[4], x4[4]))∧+(x3[7], -1)=x2[4] ⇒ COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[7], x1[7])), java.lang.Object(IntList(x0[7], x1[7])), x3[7])≥NonInfC∧COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[7], x1[7])), java.lang.Object(IntList(x0[7], x1[7])), x3[7])≥2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))∧(UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥))
(2) (>(x3[6], 1)=TRUE ⇒ COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(java.lang.Object(IntList(x3[4], x4[4])), x1[6])), java.lang.Object(IntList(java.lang.Object(IntList(x3[4], x4[4])), x1[6])), x3[6])≥NonInfC∧COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(java.lang.Object(IntList(x3[4], x4[4])), x1[6])), java.lang.Object(IntList(java.lang.Object(IntList(x3[4], x4[4])), x1[6])), x3[6])≥2406_0_NTH_LE(java.lang.Object(IntList(java.lang.Object(IntList(x3[4], x4[4])), x1[6])), java.lang.Object(IntList(x3[4], x4[4])), +(x3[6], -1))∧(UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥))
(3) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧[(2)bni_20 + (-1)Bound*bni_20] ≥ 0∧[7 + (-1)bso_21] + [8]x3[4] ≥ 0)
(4) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧[(2)bni_20 + (-1)Bound*bni_20] ≥ 0∧[7 + (-1)bso_21] + [8]x3[4] ≥ 0)
(5) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧[(2)bni_20 + (-1)Bound*bni_20] ≥ 0∧[7 + (-1)bso_21] + [8]x3[4] ≥ 0)
(6) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(2)bni_20 + (-1)Bound*bni_20] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[7 + (-1)bso_21] ≥ 0∧[1] ≥ 0)
(7) (>(x3[6], 1)=TRUE∧java.lang.Object(IntList(x0[6], x1[6]))=java.lang.Object(IntList(x0[7], x1[7]))∧x3[6]=x3[7]∧java.lang.Object(IntList(x0[7], x1[7]))=java.lang.Object(IntList(x0[6]1, x1[6]1))∧x0[7]=java.lang.Object(IntList(x0[6]1, x1[6]1))∧+(x3[7], -1)=x3[6]1 ⇒ COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[7], x1[7])), java.lang.Object(IntList(x0[7], x1[7])), x3[7])≥NonInfC∧COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[7], x1[7])), java.lang.Object(IntList(x0[7], x1[7])), x3[7])≥2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))∧(UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥))
(8) (>(x3[6], 1)=TRUE ⇒ COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(java.lang.Object(IntList(x0[6], x1[6])), x1[6])), java.lang.Object(IntList(java.lang.Object(IntList(x0[6], x1[6])), x1[6])), x3[6])≥NonInfC∧COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(java.lang.Object(IntList(x0[6], x1[6])), x1[6])), java.lang.Object(IntList(java.lang.Object(IntList(x0[6], x1[6])), x1[6])), x3[6])≥2406_0_NTH_LE(java.lang.Object(IntList(java.lang.Object(IntList(x0[6], x1[6])), x1[6])), java.lang.Object(IntList(x0[6], x1[6])), +(x3[6], -1))∧(UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥))
(9) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧[(2)bni_20 + (-1)Bound*bni_20] ≥ 0∧[7 + (-1)bso_21] + [8]x0[6] ≥ 0)
(10) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧[(2)bni_20 + (-1)Bound*bni_20] ≥ 0∧[7 + (-1)bso_21] + [8]x0[6] ≥ 0)
(11) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧[(2)bni_20 + (-1)Bound*bni_20] ≥ 0∧[7 + (-1)bso_21] + [8]x0[6] ≥ 0)
(12) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))), ≥)∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(2)bni_20 + (-1)Bound*bni_20] ≥ 0∧0 ≥ 0∧0 ≥ 0∧[7 + (-1)bso_21] ≥ 0∧[1] ≥ 0)
(13) (>(x3[6], 1)=TRUE∧java.lang.Object(IntList(x0[6], x1[6]))=java.lang.Object(IntList(x0[7], x1[7]))∧x3[6]=x3[7] ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])≥COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])∧(UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥))
(14) (>(x3[6], 1)=TRUE ⇒ 2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])≥NonInfC∧2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])≥COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])∧(UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥))
(15) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥)∧[(3)bni_22 + (-1)Bound*bni_22] + [bni_22]x3[6] + [(4)bni_22]x0[6] ≥ 0∧[1 + (-1)bso_23] + x3[6] + [4]x0[6] ≥ 0)
(16) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥)∧[(3)bni_22 + (-1)Bound*bni_22] + [bni_22]x3[6] + [(4)bni_22]x0[6] ≥ 0∧[1 + (-1)bso_23] + x3[6] + [4]x0[6] ≥ 0)
(17) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥)∧[(3)bni_22 + (-1)Bound*bni_22] + [bni_22]x3[6] + [(4)bni_22]x0[6] ≥ 0∧[1 + (-1)bso_23] + x3[6] + [4]x0[6] ≥ 0)
(18) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])), ≥)∧[bni_22] ≥ 0∧0 ≥ 0∧[(4)bni_22] ≥ 0∧[(3)bni_22 + (-1)Bound*bni_22] ≥ 0∧[1] ≥ 0∧0 ≥ 0∧[1 + (-1)bso_23] ≥ 0∧[1] ≥ 0)
(19) (>(x2[4], 1)=TRUE∧x0[4]=x0[5]∧java.lang.Object(IntList(x3[4], x4[4]))=java.lang.Object(IntList(x3[5], x4[5]))∧x2[4]=x2[5]∧x0[5]=x0[4]1∧x3[5]=java.lang.Object(IntList(x3[4]1, x4[4]1))∧+(x2[5], -1)=x2[4]1 ⇒ COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5])≥NonInfC∧COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5])≥2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))∧(UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥))
(20) (>(x2[4], 1)=TRUE ⇒ COND_2406_0_NTH_LE2(TRUE, x0[4], java.lang.Object(IntList(java.lang.Object(IntList(x3[4]1, x4[4]1)), x4[4])), x2[4])≥NonInfC∧COND_2406_0_NTH_LE2(TRUE, x0[4], java.lang.Object(IntList(java.lang.Object(IntList(x3[4]1, x4[4]1)), x4[4])), x2[4])≥2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4]1, x4[4]1)), +(x2[4], -1))∧(UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥))
(21) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(9)bni_24 + (-1)Bound*bni_24] + [(16)bni_24]x3[4]1 + [(-1)bni_24]x0[4] ≥ 0∧[4 + (-1)bso_25] + [8]x3[4]1 ≥ 0)
(22) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(9)bni_24 + (-1)Bound*bni_24] + [(16)bni_24]x3[4]1 + [(-1)bni_24]x0[4] ≥ 0∧[4 + (-1)bso_25] + [8]x3[4]1 ≥ 0)
(23) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(9)bni_24 + (-1)Bound*bni_24] + [(16)bni_24]x3[4]1 + [(-1)bni_24]x0[4] ≥ 0∧[4 + (-1)bso_25] + [8]x3[4]1 ≥ 0)
(24) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(16)bni_24] ≥ 0∧[(-1)bni_24] ≥ 0∧[(9)bni_24 + (-1)Bound*bni_24] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[4 + (-1)bso_25] ≥ 0∧[1] ≥ 0)
(25) (>(x2[4], 1)=TRUE∧x0[4]=x0[5]∧java.lang.Object(IntList(x3[4], x4[4]))=java.lang.Object(IntList(x3[5], x4[5]))∧x2[4]=x2[5]∧x0[5]=java.lang.Object(IntList(x0[6], x1[6]))∧x3[5]=java.lang.Object(IntList(x0[6], x1[6]))∧+(x2[5], -1)=x3[6] ⇒ COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5])≥NonInfC∧COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5])≥2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))∧(UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥))
(26) (>(x2[4], 1)=TRUE ⇒ COND_2406_0_NTH_LE2(TRUE, java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(java.lang.Object(IntList(x0[6], x1[6])), x4[4])), x2[4])≥NonInfC∧COND_2406_0_NTH_LE2(TRUE, java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(java.lang.Object(IntList(x0[6], x1[6])), x4[4])), x2[4])≥2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), +(x2[4], -1))∧(UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥))
(27) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(7)bni_24 + (-1)Bound*bni_24] + [(12)bni_24]x0[6] ≥ 0∧[4 + (-1)bso_25] + [8]x0[6] ≥ 0)
(28) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(7)bni_24 + (-1)Bound*bni_24] + [(12)bni_24]x0[6] ≥ 0∧[4 + (-1)bso_25] + [8]x0[6] ≥ 0)
(29) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(7)bni_24 + (-1)Bound*bni_24] + [(12)bni_24]x0[6] ≥ 0∧[4 + (-1)bso_25] + [8]x0[6] ≥ 0)
(30) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(12)bni_24] ≥ 0∧[(7)bni_24 + (-1)Bound*bni_24] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[4 + (-1)bso_25] ≥ 0∧[1] ≥ 0)
(31) (>(x2[4], 1)=TRUE∧x0[4]=x0[5]∧java.lang.Object(IntList(x3[4], x4[4]))=java.lang.Object(IntList(x3[5], x4[5]))∧x2[4]=x2[5] ⇒ 2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥NonInfC∧2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])∧(UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥))
(32) (>(x2[4], 1)=TRUE ⇒ 2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥NonInfC∧2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])∧(UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥))
(33) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧[(5)bni_26 + (-1)Bound*bni_26] + [bni_26]x2[4] + [(8)bni_26]x3[4] + [(-1)bni_26]x0[4] ≥ 0∧[4 + (-1)bso_27] + x2[4] + [4]x3[4] ≥ 0)
(34) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧[(5)bni_26 + (-1)Bound*bni_26] + [bni_26]x2[4] + [(8)bni_26]x3[4] + [(-1)bni_26]x0[4] ≥ 0∧[4 + (-1)bso_27] + x2[4] + [4]x3[4] ≥ 0)
(35) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧[(5)bni_26 + (-1)Bound*bni_26] + [bni_26]x2[4] + [(8)bni_26]x3[4] + [(-1)bni_26]x0[4] ≥ 0∧[4 + (-1)bso_27] + x2[4] + [4]x3[4] ≥ 0)
(36) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧[bni_26] ≥ 0∧0 ≥ 0∧[(8)bni_26] ≥ 0∧[(-1)bni_26] ≥ 0∧[(5)bni_26 + (-1)Bound*bni_26] ≥ 0∧[1] ≥ 0∧0 ≥ 0∧0 ≥ 0∧[4 + (-1)bso_27] ≥ 0∧[1] ≥ 0)
POL(TRUE) = 0
POL(FALSE) = 0
POL(COND_2406_0_NTH_LE3(x1, x2, x3, x4)) = [2] + [-1]x3 + x2
POL(java.lang.Object(x1)) = [2] + [2]x1
POL(IntList(x1, x2)) = [2]x1
POL(2406_0_NTH_LE(x1, x2, x3)) = [1] + x3 + [2]x2 + [-1]x1
POL(+(x1, x2)) = 0
POL(-1) = 0
POL(>(x1, x2)) = 0
POL(1) = 0
POL(COND_2406_0_NTH_LE2(x1, x2, x3, x4)) = [-1] + x3 + [-1]x2
COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[7], x1[7])), java.lang.Object(IntList(x0[7], x1[7])), x3[7]) → 2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))
2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6]) → COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])
COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5]) → 2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))
2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4]) → COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])
COND_2406_0_NTH_LE3(TRUE, java.lang.Object(IntList(x0[7], x1[7])), java.lang.Object(IntList(x0[7], x1[7])), x3[7]) → 2406_0_NTH_LE(java.lang.Object(IntList(x0[7], x1[7])), x0[7], +(x3[7], -1))
2406_0_NTH_LE(java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6]) → COND_2406_0_NTH_LE3(>(x3[6], 1), java.lang.Object(IntList(x0[6], x1[6])), java.lang.Object(IntList(x0[6], x1[6])), x3[6])
!= | ~ | 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
(5) -> (4), if (x0[5] →* x0[4]∧x3[5] →* java.lang.Object(IntList(x3[4], x4[4]))∧x2[5] + -1 →* x2[4])
(4) -> (5), if (x2[4] > 1 ∧x0[4] →* x0[5]∧java.lang.Object(IntList(x3[4], x4[4])) →* java.lang.Object(IntList(x3[5], x4[5]))∧x2[4] →* x2[5])
(1) (>(x2[4], 1)=TRUE∧x0[4]=x0[5]∧java.lang.Object(IntList(x3[4], x4[4]))=java.lang.Object(IntList(x3[5], x4[5]))∧x2[4]=x2[5]∧x0[5]=x0[4]1∧x3[5]=java.lang.Object(IntList(x3[4]1, x4[4]1))∧+(x2[5], -1)=x2[4]1 ⇒ COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5])≥NonInfC∧COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5])≥2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))∧(UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥))
(2) (>(x2[4], 1)=TRUE ⇒ COND_2406_0_NTH_LE2(TRUE, x0[4], java.lang.Object(IntList(java.lang.Object(IntList(x3[4]1, x4[4]1)), x4[4])), x2[4])≥NonInfC∧COND_2406_0_NTH_LE2(TRUE, x0[4], java.lang.Object(IntList(java.lang.Object(IntList(x3[4]1, x4[4]1)), x4[4])), x2[4])≥2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4]1, x4[4]1)), +(x2[4], -1))∧(UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥))
(3) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(140)bni_15 + (-1)Bound*bni_15] + [bni_15]x2[4] + [(72)bni_15]x3[4]1 ≥ 0∧[119 + (-1)bso_16] + x2[4] + [60]x3[4]1 ≥ 0)
(4) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(140)bni_15 + (-1)Bound*bni_15] + [bni_15]x2[4] + [(72)bni_15]x3[4]1 ≥ 0∧[119 + (-1)bso_16] + x2[4] + [60]x3[4]1 ≥ 0)
(5) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[(140)bni_15 + (-1)Bound*bni_15] + [bni_15]x2[4] + [(72)bni_15]x3[4]1 ≥ 0∧[119 + (-1)bso_16] + x2[4] + [60]x3[4]1 ≥ 0)
(6) (0 ≥ 0 ⇒ (UIncreasing(2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))), ≥)∧[bni_15] ≥ 0∧0 ≥ 0∧0 ≥ 0∧[(72)bni_15] ≥ 0∧0 ≥ 0∧[(140)bni_15 + (-1)Bound*bni_15] ≥ 0∧[1] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[119 + (-1)bso_16] ≥ 0∧[1] ≥ 0)
(7) (>(x2[4], 1)=TRUE∧x0[4]=x0[5]∧java.lang.Object(IntList(x3[4], x4[4]))=java.lang.Object(IntList(x3[5], x4[5]))∧x2[4]=x2[5] ⇒ 2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥NonInfC∧2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])∧(UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥))
(8) (>(x2[4], 1)=TRUE ⇒ 2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥NonInfC∧2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])≥COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])∧(UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥))
(9) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧[(21)bni_17 + (-1)Bound*bni_17] + [bni_17]x2[4] + [(12)bni_17]x3[4] ≥ 0∧[1 + (-1)bso_18] ≥ 0)
(10) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧[(21)bni_17 + (-1)Bound*bni_17] + [bni_17]x2[4] + [(12)bni_17]x3[4] ≥ 0∧[1 + (-1)bso_18] ≥ 0)
(11) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧[(21)bni_17 + (-1)Bound*bni_17] + [bni_17]x2[4] + [(12)bni_17]x3[4] ≥ 0∧[1 + (-1)bso_18] ≥ 0)
(12) (0 ≥ 0 ⇒ (UIncreasing(COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])), ≥)∧[bni_17] ≥ 0∧0 ≥ 0∧[(12)bni_17] ≥ 0∧0 ≥ 0∧[(21)bni_17 + (-1)Bound*bni_17] ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧0 ≥ 0∧[1 + (-1)bso_18] ≥ 0)
POL(TRUE) = 0
POL(FALSE) = 0
POL(COND_2406_0_NTH_LE2(x1, x2, x3, x4)) = x4 + [2]x3
POL(java.lang.Object(x1)) = [1] + [3]x1
POL(IntList(x1, x2)) = [3] + [2]x1
POL(2406_0_NTH_LE(x1, x2, x3)) = [1] + x3 + [2]x2
POL(+(x1, x2)) = 0
POL(-1) = 0
POL(>(x1, x2)) = 0
POL(1) = 0
COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5]) → 2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))
2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4]) → COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])
COND_2406_0_NTH_LE2(TRUE, x0[5], java.lang.Object(IntList(x3[5], x4[5])), x2[5]) → 2406_0_NTH_LE(x0[5], x3[5], +(x2[5], -1))
2406_0_NTH_LE(x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4]) → COND_2406_0_NTH_LE2(>(x2[4], 1), x0[4], java.lang.Object(IntList(x3[4], x4[4])), x2[4])
!= | ~ | 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 |
Generated 21 rules for P and 0 rules for R.
P rules:
1862_0_nth_ConstantStackPush(EOS(STATIC_1862), o740, o740, i482, o739, i482) → 1869_0_nth_LE(EOS(STATIC_1869), o740, o740, i482, o739, i482, 1)
1869_0_nth_LE(EOS(STATIC_1869), o740, o740, i494, o739, i494, matching1) → 1876_0_nth_LE(EOS(STATIC_1876), o740, o740, i494, o739, i494, 1) | =(matching1, 1)
1876_0_nth_LE(EOS(STATIC_1876), o740, o740, i494, o739, i494, matching1) → 1881_0_nth_Load(EOS(STATIC_1881), o740, o740, i494, o739) | &&(>(i494, 1), =(matching1, 1))
1881_0_nth_Load(EOS(STATIC_1881), o740, o740, i494, o739) → 1889_0_nth_NULL(EOS(STATIC_1889), o740, o740, i494, o739, o739)
1889_0_nth_NULL(EOS(STATIC_1889), o740, o740, i494, java.lang.Object(o763sub), java.lang.Object(o763sub)) → 1896_0_nth_NULL(EOS(STATIC_1896), o740, o740, i494, java.lang.Object(o763sub), java.lang.Object(o763sub))
1896_0_nth_NULL(EOS(STATIC_1896), o740, o740, i494, java.lang.Object(o763sub), java.lang.Object(o763sub)) → 1903_0_nth_Inc(EOS(STATIC_1903), o740, o740, i494, java.lang.Object(o763sub))
1903_0_nth_Inc(EOS(STATIC_1903), o740, o740, i494, java.lang.Object(o763sub)) → 1912_0_nth_Load(EOS(STATIC_1912), o740, o740, +(i494, -1), java.lang.Object(o763sub)) | >(i494, 0)
1912_0_nth_Load(EOS(STATIC_1912), o740, o740, i498, java.lang.Object(o763sub)) → 1922_0_nth_FieldAccess(EOS(STATIC_1922), o740, o740, i498, java.lang.Object(o763sub))
1922_0_nth_FieldAccess(EOS(STATIC_1922), o740, o740, i498, java.lang.Object(o763sub)) → 1933_0_nth_FieldAccess(EOS(STATIC_1933), o740, o740, i498, java.lang.Object(o763sub))
1922_0_nth_FieldAccess(EOS(STATIC_1922), java.lang.Object(o763sub), java.lang.Object(o763sub), i498, java.lang.Object(o763sub)) → 1934_0_nth_FieldAccess(EOS(STATIC_1934), java.lang.Object(o763sub), java.lang.Object(o763sub), i498, java.lang.Object(o763sub))
1933_0_nth_FieldAccess(EOS(STATIC_1933), o740, o740, i498, java.lang.Object(IntList(EOC, o786))) → 1943_0_nth_FieldAccess(EOS(STATIC_1943), o740, o740, i498, java.lang.Object(IntList(EOC, o786)))
1943_0_nth_FieldAccess(EOS(STATIC_1943), o740, o740, i498, java.lang.Object(IntList(EOC, o786))) → 1956_0_nth_Store(EOS(STATIC_1956), o740, o740, i498, o786)
1956_0_nth_Store(EOS(STATIC_1956), o740, o740, i498, o786) → 1968_0_nth_JMP(EOS(STATIC_1968), o740, o740, i498, o786)
1968_0_nth_JMP(EOS(STATIC_1968), o740, o740, i498, o786) → 1980_0_nth_Load(EOS(STATIC_1980), o740, o740, i498, o786)
1980_0_nth_Load(EOS(STATIC_1980), o740, o740, i498, o786) → 1856_0_nth_Load(EOS(STATIC_1856), o740, o740, i498, o786)
1856_0_nth_Load(EOS(STATIC_1856), o740, o740, i482, o739) → 1862_0_nth_ConstantStackPush(EOS(STATIC_1862), o740, o740, i482, o739, i482)
1934_0_nth_FieldAccess(EOS(STATIC_1934), java.lang.Object(IntList(EOC, o788)), java.lang.Object(IntList(EOC, o788)), i498, java.lang.Object(IntList(EOC, o788))) → 1945_0_nth_FieldAccess(EOS(STATIC_1945), java.lang.Object(IntList(EOC, o788)), java.lang.Object(IntList(EOC, o788)), i498, java.lang.Object(IntList(EOC, o788)))
1945_0_nth_FieldAccess(EOS(STATIC_1945), java.lang.Object(IntList(EOC, o788)), java.lang.Object(IntList(EOC, o788)), i498, java.lang.Object(IntList(EOC, o788))) → 1957_0_nth_Store(EOS(STATIC_1957), java.lang.Object(IntList(EOC, o788)), java.lang.Object(IntList(EOC, o788)), i498, o788)
1957_0_nth_Store(EOS(STATIC_1957), java.lang.Object(IntList(EOC, o788)), java.lang.Object(IntList(EOC, o788)), i498, o788) → 1970_0_nth_JMP(EOS(STATIC_1970), java.lang.Object(IntList(EOC, o788)), java.lang.Object(IntList(EOC, o788)), i498, o788)
1970_0_nth_JMP(EOS(STATIC_1970), java.lang.Object(IntList(EOC, o788)), java.lang.Object(IntList(EOC, o788)), i498, o788) → 1984_0_nth_Load(EOS(STATIC_1984), java.lang.Object(IntList(EOC, o788)), java.lang.Object(IntList(EOC, o788)), i498, o788)
1984_0_nth_Load(EOS(STATIC_1984), java.lang.Object(IntList(EOC, o788)), java.lang.Object(IntList(EOC, o788)), i498, o788) → 1856_0_nth_Load(EOS(STATIC_1856), java.lang.Object(IntList(EOC, o788)), java.lang.Object(IntList(EOC, o788)), i498, o788)
R rules:
Combined rules. Obtained 2 conditional rules for P and 0 conditional rules for R.
P rules:
1862_0_nth_ConstantStackPush(EOS(STATIC_1862), x0, x0, x1, java.lang.Object(IntList(EOC, x2)), x1) → 1862_0_nth_ConstantStackPush(EOS(STATIC_1862), x0, x0, +(x1, -1), x2, +(x1, -1)) | >(x1, 1)
1862_0_nth_ConstantStackPush(EOS(STATIC_1862), java.lang.Object(IntList(EOC, x0)), java.lang.Object(IntList(EOC, x0)), x1, java.lang.Object(IntList(EOC, x0)), x1) → 1862_0_nth_ConstantStackPush(EOS(STATIC_1862), java.lang.Object(IntList(EOC, x0)), java.lang.Object(IntList(EOC, x0)), +(x1, -1), x0, +(x1, -1)) | >(x1, 1)
R rules:
Filtered ground terms:
1862_0_nth_ConstantStackPush(x1, x2, x3, x4, x5, x6) → 1862_0_nth_ConstantStackPush(x2, x3, x4, x5, x6)
IntList(x1, x2) → IntList(x2)
EOS(x1) → EOS
Cond_1862_0_nth_ConstantStackPush1(x1, x2, x3, x4, x5, x6, x7) → Cond_1862_0_nth_ConstantStackPush1(x1, x3, x4, x5, x6, x7)
Cond_1862_0_nth_ConstantStackPush(x1, x2, x3, x4, x5, x6, x7) → Cond_1862_0_nth_ConstantStackPush(x1, x3, x4, x5, x6, x7)
Filtered duplicate args:
1862_0_nth_ConstantStackPush(x1, x2, x3, x4, x5) → 1862_0_nth_ConstantStackPush(x2, x4, x5)
Cond_1862_0_nth_ConstantStackPush(x1, x2, x3, x4, x5, x6) → Cond_1862_0_nth_ConstantStackPush(x1, x3, x5, x6)
Cond_1862_0_nth_ConstantStackPush1(x1, x2, x3, x4, x5, x6) → Cond_1862_0_nth_ConstantStackPush1(x1, x5, x6)
Combined rules. Obtained 2 conditional rules for P and 0 conditional rules for R.
P rules:
1862_0_nth_ConstantStackPush(x0, java.lang.Object(IntList(x2)), x1) → 1862_0_nth_ConstantStackPush(x0, x2, +(x1, -1)) | >(x1, 1)
1862_0_nth_ConstantStackPush(java.lang.Object(IntList(x0)), java.lang.Object(IntList(x0)), x1) → 1862_0_nth_ConstantStackPush(java.lang.Object(IntList(x0)), x0, +(x1, -1)) | >(x1, 1)
R rules:
Finished conversion. Obtained 4 rules for P and 0 rules for R. System has predefined symbols.
P rules:
1862_0_NTH_CONSTANTSTACKPUSH(x0, java.lang.Object(IntList(x2)), x1) → COND_1862_0_NTH_CONSTANTSTACKPUSH(>(x1, 1), x0, java.lang.Object(IntList(x2)), x1)
COND_1862_0_NTH_CONSTANTSTACKPUSH(TRUE, x0, java.lang.Object(IntList(x2)), x1) → 1862_0_NTH_CONSTANTSTACKPUSH(x0, x2, +(x1, -1))
1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0)), java.lang.Object(IntList(x0)), x1) → COND_1862_0_NTH_CONSTANTSTACKPUSH1(>(x1, 1), java.lang.Object(IntList(x0)), java.lang.Object(IntList(x0)), x1)
COND_1862_0_NTH_CONSTANTSTACKPUSH1(TRUE, java.lang.Object(IntList(x0)), java.lang.Object(IntList(x0)), x1) → 1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0)), x0, +(x1, -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 (x1[0] > 1 ∧x0[0] →* x0[1]∧java.lang.Object(IntList(x2[0])) →* java.lang.Object(IntList(x2[1]))∧x1[0] →* x1[1])
(1) -> (0), if (x0[1] →* x0[0]∧x2[1] →* java.lang.Object(IntList(x2[0]))∧x1[1] + -1 →* x1[0])
(1) -> (2), if (x0[1] →* java.lang.Object(IntList(x0[2]))∧x2[1] →* java.lang.Object(IntList(x0[2]))∧x1[1] + -1 →* x1[2])
(2) -> (3), if (x1[2] > 1 ∧java.lang.Object(IntList(x0[2])) →* java.lang.Object(IntList(x0[3]))∧x1[2] →* x1[3])
(3) -> (0), if (java.lang.Object(IntList(x0[3])) →* x0[0]∧x0[3] →* java.lang.Object(IntList(x2[0]))∧x1[3] + -1 →* x1[0])
(3) -> (2), if (java.lang.Object(IntList(x0[3])) →* java.lang.Object(IntList(x0[2]))∧x0[3] →* java.lang.Object(IntList(x0[2]))∧x1[3] + -1 →* x1[2])
(1) (>(x1[0], 1)=TRUE∧x0[0]=x0[1]∧java.lang.Object(IntList(x2[0]))=java.lang.Object(IntList(x2[1]))∧x1[0]=x1[1] ⇒ 1862_0_NTH_CONSTANTSTACKPUSH(x0[0], java.lang.Object(IntList(x2[0])), x1[0])≥NonInfC∧1862_0_NTH_CONSTANTSTACKPUSH(x0[0], java.lang.Object(IntList(x2[0])), x1[0])≥COND_1862_0_NTH_CONSTANTSTACKPUSH(>(x1[0], 1), x0[0], java.lang.Object(IntList(x2[0])), x1[0])∧(UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH(>(x1[0], 1), x0[0], java.lang.Object(IntList(x2[0])), x1[0])), ≥))
(2) (>(x1[0], 1)=TRUE ⇒ 1862_0_NTH_CONSTANTSTACKPUSH(x0[0], java.lang.Object(IntList(x2[0])), x1[0])≥NonInfC∧1862_0_NTH_CONSTANTSTACKPUSH(x0[0], java.lang.Object(IntList(x2[0])), x1[0])≥COND_1862_0_NTH_CONSTANTSTACKPUSH(>(x1[0], 1), x0[0], java.lang.Object(IntList(x2[0])), x1[0])∧(UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH(>(x1[0], 1), x0[0], java.lang.Object(IntList(x2[0])), x1[0])), ≥))
(3) (x1[0] + [-2] ≥ 0 ⇒ (UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH(>(x1[0], 1), x0[0], java.lang.Object(IntList(x2[0])), x1[0])), ≥)∧[(-1)bni_12 + (-1)Bound*bni_12] + [(2)bni_12]x1[0] ≥ 0∧[(-1)bso_13] ≥ 0)
(4) (x1[0] + [-2] ≥ 0 ⇒ (UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH(>(x1[0], 1), x0[0], java.lang.Object(IntList(x2[0])), x1[0])), ≥)∧[(-1)bni_12 + (-1)Bound*bni_12] + [(2)bni_12]x1[0] ≥ 0∧[(-1)bso_13] ≥ 0)
(5) (x1[0] + [-2] ≥ 0 ⇒ (UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH(>(x1[0], 1), x0[0], java.lang.Object(IntList(x2[0])), x1[0])), ≥)∧[(-1)bni_12 + (-1)Bound*bni_12] + [(2)bni_12]x1[0] ≥ 0∧[(-1)bso_13] ≥ 0)
(6) (x1[0] ≥ 0 ⇒ (UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH(>(x1[0], 1), x0[0], java.lang.Object(IntList(x2[0])), x1[0])), ≥)∧[(3)bni_12 + (-1)Bound*bni_12] + [(2)bni_12]x1[0] ≥ 0∧[(-1)bso_13] ≥ 0)
(7) (COND_1862_0_NTH_CONSTANTSTACKPUSH(TRUE, x0[1], java.lang.Object(IntList(x2[1])), x1[1])≥NonInfC∧COND_1862_0_NTH_CONSTANTSTACKPUSH(TRUE, x0[1], java.lang.Object(IntList(x2[1])), x1[1])≥1862_0_NTH_CONSTANTSTACKPUSH(x0[1], x2[1], +(x1[1], -1))∧(UIncreasing(1862_0_NTH_CONSTANTSTACKPUSH(x0[1], x2[1], +(x1[1], -1))), ≥))
(8) ((UIncreasing(1862_0_NTH_CONSTANTSTACKPUSH(x0[1], x2[1], +(x1[1], -1))), ≥)∧[bni_14] = 0∧[2 + (-1)bso_15] ≥ 0)
(9) ((UIncreasing(1862_0_NTH_CONSTANTSTACKPUSH(x0[1], x2[1], +(x1[1], -1))), ≥)∧[bni_14] = 0∧[2 + (-1)bso_15] ≥ 0)
(10) ((UIncreasing(1862_0_NTH_CONSTANTSTACKPUSH(x0[1], x2[1], +(x1[1], -1))), ≥)∧[bni_14] = 0∧[2 + (-1)bso_15] ≥ 0)
(11) ((UIncreasing(1862_0_NTH_CONSTANTSTACKPUSH(x0[1], x2[1], +(x1[1], -1))), ≥)∧[bni_14] = 0∧0 = 0∧[2 + (-1)bso_15] ≥ 0)
(12) (>(x1[2], 1)=TRUE∧java.lang.Object(IntList(x0[2]))=java.lang.Object(IntList(x0[3]))∧x1[2]=x1[3] ⇒ 1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])≥NonInfC∧1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])≥COND_1862_0_NTH_CONSTANTSTACKPUSH1(>(x1[2], 1), java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])∧(UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH1(>(x1[2], 1), java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])), ≥))
(13) (>(x1[2], 1)=TRUE ⇒ 1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])≥NonInfC∧1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])≥COND_1862_0_NTH_CONSTANTSTACKPUSH1(>(x1[2], 1), java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])∧(UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH1(>(x1[2], 1), java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])), ≥))
(14) (x1[2] + [-2] ≥ 0 ⇒ (UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH1(>(x1[2], 1), java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])), ≥)∧[(-1)bni_16 + (-1)Bound*bni_16] + [(2)bni_16]x1[2] ≥ 0∧[(-1)bso_17] ≥ 0)
(15) (x1[2] + [-2] ≥ 0 ⇒ (UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH1(>(x1[2], 1), java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])), ≥)∧[(-1)bni_16 + (-1)Bound*bni_16] + [(2)bni_16]x1[2] ≥ 0∧[(-1)bso_17] ≥ 0)
(16) (x1[2] + [-2] ≥ 0 ⇒ (UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH1(>(x1[2], 1), java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])), ≥)∧[(-1)bni_16 + (-1)Bound*bni_16] + [(2)bni_16]x1[2] ≥ 0∧[(-1)bso_17] ≥ 0)
(17) (x1[2] ≥ 0 ⇒ (UIncreasing(COND_1862_0_NTH_CONSTANTSTACKPUSH1(>(x1[2], 1), java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])), ≥)∧[(3)bni_16 + (-1)Bound*bni_16] + [(2)bni_16]x1[2] ≥ 0∧[(-1)bso_17] ≥ 0)
(18) (COND_1862_0_NTH_CONSTANTSTACKPUSH1(TRUE, java.lang.Object(IntList(x0[3])), java.lang.Object(IntList(x0[3])), x1[3])≥NonInfC∧COND_1862_0_NTH_CONSTANTSTACKPUSH1(TRUE, java.lang.Object(IntList(x0[3])), java.lang.Object(IntList(x0[3])), x1[3])≥1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[3])), x0[3], +(x1[3], -1))∧(UIncreasing(1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[3])), x0[3], +(x1[3], -1))), ≥))
(19) ((UIncreasing(1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[3])), x0[3], +(x1[3], -1))), ≥)∧[bni_18] = 0∧[2 + (-1)bso_19] ≥ 0)
(20) ((UIncreasing(1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[3])), x0[3], +(x1[3], -1))), ≥)∧[bni_18] = 0∧[2 + (-1)bso_19] ≥ 0)
(21) ((UIncreasing(1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[3])), x0[3], +(x1[3], -1))), ≥)∧[bni_18] = 0∧[2 + (-1)bso_19] ≥ 0)
(22) ((UIncreasing(1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[3])), x0[3], +(x1[3], -1))), ≥)∧[bni_18] = 0∧0 = 0∧[2 + (-1)bso_19] ≥ 0)
POL(TRUE) = 0
POL(FALSE) = 0
POL(1862_0_NTH_CONSTANTSTACKPUSH(x1, x2, x3)) = [-1] + [2]x3
POL(java.lang.Object(x1)) = [-1]
POL(IntList(x1)) = [-1]
POL(COND_1862_0_NTH_CONSTANTSTACKPUSH(x1, x2, x3, x4)) = [-1] + [2]x4
POL(>(x1, x2)) = [-1]
POL(1) = [1]
POL(+(x1, x2)) = x1 + x2
POL(-1) = [-1]
POL(COND_1862_0_NTH_CONSTANTSTACKPUSH1(x1, x2, x3, x4)) = [-1] + [2]x4
COND_1862_0_NTH_CONSTANTSTACKPUSH(TRUE, x0[1], java.lang.Object(IntList(x2[1])), x1[1]) → 1862_0_NTH_CONSTANTSTACKPUSH(x0[1], x2[1], +(x1[1], -1))
COND_1862_0_NTH_CONSTANTSTACKPUSH1(TRUE, java.lang.Object(IntList(x0[3])), java.lang.Object(IntList(x0[3])), x1[3]) → 1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[3])), x0[3], +(x1[3], -1))
1862_0_NTH_CONSTANTSTACKPUSH(x0[0], java.lang.Object(IntList(x2[0])), x1[0]) → COND_1862_0_NTH_CONSTANTSTACKPUSH(>(x1[0], 1), x0[0], java.lang.Object(IntList(x2[0])), x1[0])
1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2]) → COND_1862_0_NTH_CONSTANTSTACKPUSH1(>(x1[2], 1), java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2])
1862_0_NTH_CONSTANTSTACKPUSH(x0[0], java.lang.Object(IntList(x2[0])), x1[0]) → COND_1862_0_NTH_CONSTANTSTACKPUSH(>(x1[0], 1), x0[0], java.lang.Object(IntList(x2[0])), x1[0])
1862_0_NTH_CONSTANTSTACKPUSH(java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[2]) → COND_1862_0_NTH_CONSTANTSTACKPUSH1(>(x1[2], 1), java.lang.Object(IntList(x0[2])), java.lang.Object(IntList(x0[2])), x1[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