0 JBC
↳1 JBC2FIG (⇐)
↳2 FIGraph
↳3 FIGtoITRSProof (⇐)
↳4 ITRS
↳5 GroundTermsRemoverProof (⇔)
↳6 ITRS
↳7 ITRStoIDPProof (⇔)
↳8 IDP
↳9 UsableRulesProof (⇔)
↳10 IDP
↳11 IDPNonInfProof (⇐)
↳12 AND
↳13 IDP
↳14 IDependencyGraphProof (⇔)
↳15 IDP
↳16 IDPNonInfProof (⇐)
↳17 IDP
↳18 IDependencyGraphProof (⇔)
↳19 TRUE
↳20 IDP
↳21 IDPNonInfProof (⇐)
↳22 IDP
↳23 IDependencyGraphProof (⇔)
↳24 TRUE
public class DivWithoutMinus{
// adaption of the algorithm from [Kolbe 95]
public static void main(String[] args) {
Random.args = args;
int x = Random.random();
int y = Random.random();
int z = y;
int res = 0;
while (z > 0 && (y == 0 || y > 0 && x > 0)) {
if (y == 0) {
res++;
y = z;
}
else {
x--;
y--;
}
}
}
}
public class Random {
static String[] args;
static int index = 0;
public static int random() {
String string = args[index];
index++;
return string.length();
}
}
!= | ~ | 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 |
Cond_Load1200(x1, x2, x3, x4, x5) → Cond_Load1200(x1, x2, x4, x5)
!= | ~ | 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 |
!= | ~ | 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 ((i237[0] →* i237[1])∧(i175[0] →* i175[1])∧(i237[0] > 0 && i227[0] + 1 > 0 →* TRUE)∧(i227[0] →* i227[1]))
(1) -> (0), if ((i237[1] →* i237[0])∧(i227[1] + 1 →* i227[0])∧(i237[1] →* 0)∧(i175[1] →* i175[0]))
(1) -> (2), if ((i237[1] →* i237[2])∧(i175[1] →* i268[2])∧(i227[1] + 1 →* i227[2])∧(i237[1] →* i255[2]))
(2) -> (3), if ((i255[2] > 0 && i268[2] > 0 && i237[2] > 0 →* TRUE)∧(i255[2] →* i255[3])∧(i227[2] →* i227[3])∧(i237[2] →* i237[3])∧(i268[2] →* i268[3]))
(3) -> (0), if ((i255[3] + -1 →* 0)∧(i237[3] →* i237[0])∧(i227[3] →* i227[0])∧(i268[3] + -1 →* i175[0]))
(3) -> (2), if ((i255[3] + -1 →* i255[2])∧(i237[3] →* i237[2])∧(i268[3] + -1 →* i268[2])∧(i227[3] →* i227[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 |
Boolean, Integer
(0) -> (1), if ((i237[0] →* i237[1])∧(i175[0] →* i175[1])∧(i237[0] > 0 && i227[0] + 1 > 0 →* TRUE)∧(i227[0] →* i227[1]))
(1) -> (0), if ((i237[1] →* i237[0])∧(i227[1] + 1 →* i227[0])∧(i237[1] →* 0)∧(i175[1] →* i175[0]))
(1) -> (2), if ((i237[1] →* i237[2])∧(i175[1] →* i268[2])∧(i227[1] + 1 →* i227[2])∧(i237[1] →* i255[2]))
(2) -> (3), if ((i255[2] > 0 && i268[2] > 0 && i237[2] > 0 →* TRUE)∧(i255[2] →* i255[3])∧(i227[2] →* i227[3])∧(i237[2] →* i237[3])∧(i268[2] →* i268[3]))
(3) -> (0), if ((i255[3] + -1 →* 0)∧(i237[3] →* i237[0])∧(i227[3] →* i227[0])∧(i268[3] + -1 →* i175[0]))
(3) -> (2), if ((i255[3] + -1 →* i255[2])∧(i237[3] →* i237[2])∧(i268[3] + -1 →* i268[2])∧(i227[3] →* i227[2]))
(1) (i237[0]=i237[1]∧i175[0]=i175[1]∧&&(>(i237[0], 0), >(+(i227[0], 1), 0))=TRUE∧i227[0]=i227[1] ⇒ LOAD1200(i175[0], 0, i237[0], i227[0])≥NonInfC∧LOAD1200(i175[0], 0, i237[0], i227[0])≥COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])∧(UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥))
(2) (>(i237[0], 0)=TRUE∧>(+(i227[0], 1), 0)=TRUE ⇒ LOAD1200(i175[0], 0, i237[0], i227[0])≥NonInfC∧LOAD1200(i175[0], 0, i237[0], i227[0])≥COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])∧(UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥))
(3) (i237[0] + [-1] ≥ 0∧i227[0] ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[(-1)bni_21 + (-1)Bound*bni_21] + [bni_21]i175[0] ≥ 0∧[(-1)bso_22] ≥ 0)
(4) (i237[0] + [-1] ≥ 0∧i227[0] ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[(-1)bni_21 + (-1)Bound*bni_21] + [bni_21]i175[0] ≥ 0∧[(-1)bso_22] ≥ 0)
(5) (i237[0] + [-1] ≥ 0∧i227[0] ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[(-1)bni_21 + (-1)Bound*bni_21] + [bni_21]i175[0] ≥ 0∧[(-1)bso_22] ≥ 0)
(6) (i237[0] + [-1] ≥ 0∧i227[0] ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[bni_21] = 0∧[(-1)bni_21 + (-1)Bound*bni_21] ≥ 0∧0 = 0∧[(-1)bso_22] ≥ 0)
(7) (i237[0] ≥ 0∧i227[0] ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[bni_21] = 0∧[(-1)bni_21 + (-1)Bound*bni_21] ≥ 0∧0 = 0∧[(-1)bso_22] ≥ 0)
(8) (i237[0]=i237[1]∧i175[0]=i175[1]∧&&(>(i237[0], 0), >(+(i227[0], 1), 0))=TRUE∧i227[0]=i227[1]∧i237[1]=i237[0]1∧+(i227[1], 1)=i227[0]1∧i237[1]=0∧i175[1]=i175[0]1 ⇒ COND_LOAD1200(TRUE, i175[1], i237[1], i227[1])≥NonInfC∧COND_LOAD1200(TRUE, i175[1], i237[1], i227[1])≥LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))∧(UIncreasing(LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))), ≥))
(9) (i237[0]=i237[1]∧i175[0]=i175[1]∧&&(>(i237[0], 0), >(+(i227[0], 1), 0))=TRUE∧i227[0]=i227[1]∧i237[1]=i237[2]∧i175[1]=i268[2]∧+(i227[1], 1)=i227[2]∧i237[1]=i255[2] ⇒ COND_LOAD1200(TRUE, i175[1], i237[1], i227[1])≥NonInfC∧COND_LOAD1200(TRUE, i175[1], i237[1], i227[1])≥LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))∧(UIncreasing(LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))), ≥))
(10) (>(i237[0], 0)=TRUE∧>(+(i227[0], 1), 0)=TRUE ⇒ COND_LOAD1200(TRUE, i175[0], i237[0], i227[0])≥NonInfC∧COND_LOAD1200(TRUE, i175[0], i237[0], i227[0])≥LOAD1200(i175[0], i237[0], i237[0], +(i227[0], 1))∧(UIncreasing(LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))), ≥))
(11) (i237[0] + [-1] ≥ 0∧i227[0] ≥ 0 ⇒ (UIncreasing(LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))), ≥)∧[(-1)bni_23 + (-1)Bound*bni_23] + [bni_23]i175[0] ≥ 0∧[(-1)bso_24] ≥ 0)
(12) (i237[0] + [-1] ≥ 0∧i227[0] ≥ 0 ⇒ (UIncreasing(LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))), ≥)∧[(-1)bni_23 + (-1)Bound*bni_23] + [bni_23]i175[0] ≥ 0∧[(-1)bso_24] ≥ 0)
(13) (i237[0] + [-1] ≥ 0∧i227[0] ≥ 0 ⇒ (UIncreasing(LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))), ≥)∧[(-1)bni_23 + (-1)Bound*bni_23] + [bni_23]i175[0] ≥ 0∧[(-1)bso_24] ≥ 0)
(14) (i237[0] + [-1] ≥ 0∧i227[0] ≥ 0 ⇒ (UIncreasing(LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))), ≥)∧[bni_23] = 0∧[(-1)bni_23 + (-1)Bound*bni_23] ≥ 0∧0 = 0∧[(-1)bso_24] ≥ 0)
(15) (i237[0] ≥ 0∧i227[0] ≥ 0 ⇒ (UIncreasing(LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))), ≥)∧[bni_23] = 0∧[(-1)bni_23 + (-1)Bound*bni_23] ≥ 0∧0 = 0∧[(-1)bso_24] ≥ 0)
(16) (&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0))=TRUE∧i255[2]=i255[3]∧i227[2]=i227[3]∧i237[2]=i237[3]∧i268[2]=i268[3] ⇒ LOAD1200(i268[2], i255[2], i237[2], i227[2])≥NonInfC∧LOAD1200(i268[2], i255[2], i237[2], i227[2])≥COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])∧(UIncreasing(COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])), ≥))
(17) (>(i237[2], 0)=TRUE∧>(i255[2], 0)=TRUE∧>(i268[2], 0)=TRUE ⇒ LOAD1200(i268[2], i255[2], i237[2], i227[2])≥NonInfC∧LOAD1200(i268[2], i255[2], i237[2], i227[2])≥COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])∧(UIncreasing(COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])), ≥))
(18) (i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])), ≥)∧[(-1)bni_25 + (-1)Bound*bni_25] + [bni_25]i268[2] ≥ 0∧[(-1)bso_26] ≥ 0)
(19) (i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])), ≥)∧[(-1)bni_25 + (-1)Bound*bni_25] + [bni_25]i268[2] ≥ 0∧[(-1)bso_26] ≥ 0)
(20) (i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])), ≥)∧[(-1)bni_25 + (-1)Bound*bni_25] + [bni_25]i268[2] ≥ 0∧[(-1)bso_26] ≥ 0)
(21) (i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])), ≥)∧0 = 0∧[(-1)bni_25 + (-1)Bound*bni_25] + [bni_25]i268[2] ≥ 0∧0 = 0∧[(-1)bso_26] ≥ 0)
(22) (i237[2] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])), ≥)∧0 = 0∧[(-1)bni_25 + (-1)Bound*bni_25] + [bni_25]i268[2] ≥ 0∧0 = 0∧[(-1)bso_26] ≥ 0)
(23) (i237[2] ≥ 0∧i255[2] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])), ≥)∧0 = 0∧[(-1)bni_25 + (-1)Bound*bni_25] + [bni_25]i268[2] ≥ 0∧0 = 0∧[(-1)bso_26] ≥ 0)
(24) (i237[2] ≥ 0∧i255[2] ≥ 0∧i268[2] ≥ 0 ⇒ (UIncreasing(COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])), ≥)∧0 = 0∧[(-1)Bound*bni_25] + [bni_25]i268[2] ≥ 0∧0 = 0∧[(-1)bso_26] ≥ 0)
(25) (&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0))=TRUE∧i255[2]=i255[3]∧i227[2]=i227[3]∧i237[2]=i237[3]∧i268[2]=i268[3]∧+(i255[3], -1)=0∧i237[3]=i237[0]∧i227[3]=i227[0]∧+(i268[3], -1)=i175[0] ⇒ COND_LOAD12001(TRUE, i268[3], i255[3], i237[3], i227[3])≥NonInfC∧COND_LOAD12001(TRUE, i268[3], i255[3], i237[3], i227[3])≥LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])∧(UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥))
(26) (+(i255[2], -1)=0∧>(i237[2], 0)=TRUE∧>(i255[2], 0)=TRUE∧>(i268[2], 0)=TRUE ⇒ COND_LOAD12001(TRUE, i268[2], i255[2], i237[2], i227[2])≥NonInfC∧COND_LOAD12001(TRUE, i268[2], i255[2], i237[2], i227[2])≥LOAD1200(+(i268[2], -1), +(i255[2], -1), i237[2], i227[2])∧(UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥))
(27) (i255[2] + [-1] ≥ 0∧i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧[1 + (-1)bso_28] ≥ 0)
(28) (i255[2] + [-1] ≥ 0∧i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧[1 + (-1)bso_28] ≥ 0)
(29) (i255[2] + [-1] ≥ 0∧i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧[1 + (-1)bso_28] ≥ 0)
(30) (i255[2] + [-1] ≥ 0∧i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧0 = 0∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧0 = 0∧[1 + (-1)bso_28] ≥ 0)
(31) (i255[2] ≥ 0∧i237[2] + [-1] ≥ 0∧i255[2] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧0 = 0∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧0 = 0∧[1 + (-1)bso_28] ≥ 0)
(32) (i255[2] ≥ 0∧i237[2] ≥ 0∧i255[2] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧0 = 0∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧0 = 0∧[1 + (-1)bso_28] ≥ 0)
(33) (i255[2] ≥ 0∧i237[2] ≥ 0∧i255[2] ≥ 0∧i268[2] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧0 = 0∧[(-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧0 = 0∧[1 + (-1)bso_28] ≥ 0)
(34) (&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0))=TRUE∧i255[2]=i255[3]∧i227[2]=i227[3]∧i237[2]=i237[3]∧i268[2]=i268[3]∧+(i255[3], -1)=i255[2]1∧i237[3]=i237[2]1∧+(i268[3], -1)=i268[2]1∧i227[3]=i227[2]1 ⇒ COND_LOAD12001(TRUE, i268[3], i255[3], i237[3], i227[3])≥NonInfC∧COND_LOAD12001(TRUE, i268[3], i255[3], i237[3], i227[3])≥LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])∧(UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥))
(35) (>(i237[2], 0)=TRUE∧>(i255[2], 0)=TRUE∧>(i268[2], 0)=TRUE ⇒ COND_LOAD12001(TRUE, i268[2], i255[2], i237[2], i227[2])≥NonInfC∧COND_LOAD12001(TRUE, i268[2], i255[2], i237[2], i227[2])≥LOAD1200(+(i268[2], -1), +(i255[2], -1), i237[2], i227[2])∧(UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥))
(36) (i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧[1 + (-1)bso_28] ≥ 0)
(37) (i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧[1 + (-1)bso_28] ≥ 0)
(38) (i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧[1 + (-1)bso_28] ≥ 0)
(39) (i237[2] + [-1] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧0 = 0∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧0 = 0∧[1 + (-1)bso_28] ≥ 0)
(40) (i237[2] ≥ 0∧i255[2] + [-1] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧0 = 0∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧0 = 0∧[1 + (-1)bso_28] ≥ 0)
(41) (i237[2] ≥ 0∧i255[2] ≥ 0∧i268[2] + [-1] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧0 = 0∧[(-1)bni_27 + (-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧0 = 0∧[1 + (-1)bso_28] ≥ 0)
(42) (i237[2] ≥ 0∧i255[2] ≥ 0∧i268[2] ≥ 0 ⇒ (UIncreasing(LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])), ≥)∧0 = 0∧[(-1)Bound*bni_27] + [bni_27]i268[2] ≥ 0∧0 = 0∧[1 + (-1)bso_28] ≥ 0)
POL(TRUE) = 0
POL(FALSE) = [3]
POL(LOAD1200(x1, x2, x3, x4)) = [-1] + x1
POL(0) = 0
POL(COND_LOAD1200(x1, x2, x3, x4)) = [-1] + x2
POL(&&(x1, x2)) = [-1]
POL(>(x1, x2)) = [-1]
POL(+(x1, x2)) = x1 + x2
POL(1) = [1]
POL(COND_LOAD12001(x1, x2, x3, x4, x5)) = [-1] + x2
POL(-1) = [-1]
COND_LOAD12001(TRUE, i268[3], i255[3], i237[3], i227[3]) → LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])
LOAD1200(i268[2], i255[2], i237[2], i227[2]) → COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])
COND_LOAD12001(TRUE, i268[3], i255[3], i237[3], i227[3]) → LOAD1200(+(i268[3], -1), +(i255[3], -1), i237[3], i227[3])
LOAD1200(i175[0], 0, i237[0], i227[0]) → COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])
COND_LOAD1200(TRUE, i175[1], i237[1], i227[1]) → LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))
LOAD1200(i268[2], i255[2], i237[2], i227[2]) → COND_LOAD12001(&&(&&(>(i255[2], 0), >(i268[2], 0)), >(i237[2], 0)), i268[2], i255[2], i237[2], i227[2])
TRUE1 → &&(TRUE, TRUE)1
FALSE1 → &&(TRUE, FALSE)1
FALSE1 → &&(FALSE, TRUE)1
FALSE1 → &&(FALSE, FALSE)1
!= | ~ | Neq: (Integer, Integer) -> Boolean |
* | ~ | Mul: (Integer, Integer) -> Integer |
>= | ~ | Ge: (Integer, Integer) -> Boolean |
-1 | ~ | UnaryMinus: (Integer) -> Integer |
| | ~ | Bwor: (Integer, Integer) -> Integer |
/ | ~ | Div: (Integer, Integer) -> Integer |
= | ~ | Eq: (Integer, Integer) -> Boolean |
~ | Bwxor: (Integer, Integer) -> Integer | |
|| | ~ | Lor: (Boolean, Boolean) -> Boolean |
! | ~ | Lnot: (Boolean) -> Boolean |
< | ~ | Lt: (Integer, Integer) -> Boolean |
- | ~ | Sub: (Integer, Integer) -> Integer |
<= | ~ | Le: (Integer, Integer) -> Boolean |
> | ~ | Gt: (Integer, Integer) -> Boolean |
~ | ~ | Bwnot: (Integer) -> Integer |
% | ~ | Mod: (Integer, Integer) -> Integer |
& | ~ | Bwand: (Integer, Integer) -> Integer |
+ | ~ | Add: (Integer, Integer) -> Integer |
&& | ~ | Land: (Boolean, Boolean) -> Boolean |
Boolean, Integer
(1) -> (0), if ((i237[1] →* i237[0])∧(i227[1] + 1 →* i227[0])∧(i237[1] →* 0)∧(i175[1] →* i175[0]))
(0) -> (1), if ((i237[0] →* i237[1])∧(i175[0] →* i175[1])∧(i237[0] > 0 && i227[0] + 1 > 0 →* TRUE)∧(i227[0] →* i227[1]))
(1) -> (2), if ((i237[1] →* i237[2])∧(i175[1] →* i268[2])∧(i227[1] + 1 →* i227[2])∧(i237[1] →* i255[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, Boolean
(1) -> (0), if ((i237[1] →* i237[0])∧(i227[1] + 1 →* i227[0])∧(i237[1] →* 0)∧(i175[1] →* i175[0]))
(0) -> (1), if ((i237[0] →* i237[1])∧(i175[0] →* i175[1])∧(i237[0] > 0 && i227[0] + 1 > 0 →* TRUE)∧(i227[0] →* i227[1]))
(1) (i237[0]=i237[1]∧i175[0]=i175[1]∧&&(>(i237[0], 0), >(+(i227[0], 1), 0))=TRUE∧i227[0]=i227[1]∧i237[1]=i237[0]1∧+(i227[1], 1)=i227[0]1∧i237[1]=0∧i175[1]=i175[0]1 ⇒ COND_LOAD1200(TRUE, i175[1], i237[1], i227[1])≥NonInfC∧COND_LOAD1200(TRUE, i175[1], i237[1], i227[1])≥LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))∧(UIncreasing(LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))), ≥))
(2) (i237[0]=i237[1]∧i175[0]=i175[1]∧&&(>(i237[0], 0), >(+(i227[0], 1), 0))=TRUE∧i227[0]=i227[1] ⇒ LOAD1200(i175[0], 0, i237[0], i227[0])≥NonInfC∧LOAD1200(i175[0], 0, i237[0], i227[0])≥COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])∧(UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥))
(3) (&&(>(i237[0], 0), >(+(i227[0], 1), 0))=TRUE ⇒ LOAD1200(i175[0], 0, i237[0], i227[0])≥NonInfC∧LOAD1200(i175[0], 0, i237[0], i227[0])≥COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])∧(UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥))
(4) (0 ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[bni_11 + (-1)Bound*bni_11] + [bni_11]i227[0] + [bni_11]i237[0] + [bni_11]i175[0] ≥ 0∧[2 + (-1)bso_12] + i227[0] + i237[0] + i175[0] ≥ 0)
(5) (0 ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[bni_11 + (-1)Bound*bni_11] + [bni_11]i227[0] + [bni_11]i237[0] + [bni_11]i175[0] ≥ 0∧[2 + (-1)bso_12] + i227[0] + i237[0] + i175[0] ≥ 0)
(6) (0 ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[bni_11 + (-1)Bound*bni_11] + [bni_11]i227[0] + [bni_11]i237[0] + [bni_11]i175[0] ≥ 0∧[2 + (-1)bso_12] + i227[0] + i237[0] + i175[0] ≥ 0)
(7) (0 ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[bni_11] ≥ 0∧[bni_11] ≥ 0∧[bni_11] ≥ 0∧[bni_11 + (-1)Bound*bni_11] ≥ 0∧[1] ≥ 0∧[1] ≥ 0∧[1] ≥ 0∧[2 + (-1)bso_12] ≥ 0)
POL(TRUE) = 0
POL(FALSE) = 0
POL(COND_LOAD1200(x1, x2, x3, x4)) = [-1] + [2]x1
POL(LOAD1200(x1, x2, x3, x4)) = [1] + x4 + x3 + [-1]x2 + x1
POL(+(x1, x2)) = 0
POL(1) = 0
POL(0) = 0
POL(&&(x1, x2)) = 0
POL(>(x1, x2)) = 0
COND_LOAD1200(TRUE, i175[1], i237[1], i227[1]) → LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))
LOAD1200(i175[0], 0, i237[0], i227[0]) → COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])
COND_LOAD1200(TRUE, i175[1], i237[1], i227[1]) → LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))
LOAD1200(i175[0], 0, i237[0], i227[0]) → COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])
&&(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 |
!= | ~ | 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
(1) -> (0), if ((i237[1] →* i237[0])∧(i227[1] + 1 →* i227[0])∧(i237[1] →* 0)∧(i175[1] →* i175[0]))
(0) -> (1), if ((i237[0] →* i237[1])∧(i175[0] →* i175[1])∧(i237[0] > 0 && i227[0] + 1 > 0 →* TRUE)∧(i227[0] →* i227[1]))
(1) (i237[0]=i237[1]∧i175[0]=i175[1]∧&&(>(i237[0], 0), >(+(i227[0], 1), 0))=TRUE∧i227[0]=i227[1] ⇒ LOAD1200(i175[0], 0, i237[0], i227[0])≥COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])∧(UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥))
(2) (&&(>(i237[0], 0), >(+(i227[0], 1), 0))=TRUE ⇒ LOAD1200(i175[0], 0, i237[0], i227[0])≥COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])∧(UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥))
(3) (0 ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[2 + (-1)bso_11] + i227[0] + i237[0] + i175[0] ≥ 0)
(4) (0 ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[2 + (-1)bso_11] + i227[0] + i237[0] + i175[0] ≥ 0)
(5) (0 ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[2 + (-1)bso_11] + i227[0] + i237[0] + i175[0] ≥ 0)
(6) (0 ≥ 0 ⇒ (UIncreasing(COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])), ≥)∧[1] ≥ 0∧[1] ≥ 0∧[1] ≥ 0∧[2 + (-1)bso_11] ≥ 0)
(7) (i237[0]=i237[1]∧i175[0]=i175[1]∧&&(>(i237[0], 0), >(+(i227[0], 1), 0))=TRUE∧i227[0]=i227[1]∧i237[1]=i237[0]1∧+(i227[1], 1)=i227[0]1∧i237[1]=0∧i175[1]=i175[0]1 ⇒ COND_LOAD1200(TRUE, i175[1], i237[1], i227[1])≥LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))∧(UIncreasing(LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))), ≥))
POL(TRUE) = 0
POL(FALSE) = 0
POL(LOAD1200(x1, x2, x3, x4)) = [2] + [2]x4 + [2]x3 + [2]x1
POL(0) = 0
POL(COND_LOAD1200(x1, x2, x3, x4)) = x4 + x3 + x2
POL(&&(x1, x2)) = 0
POL(>(x1, x2)) = 0
POL(+(x1, x2)) = 0
POL(1) = 0
LOAD1200(i175[0], 0, i237[0], i227[0]) → COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])
COND_LOAD1200(TRUE, i175[1], i237[1], i227[1]) → LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 1))
LOAD1200(i175[0], 0, i237[0], i227[0]) → COND_LOAD1200(&&(>(i237[0], 0), >(+(i227[0], 1), 0)), i175[0], i237[0], i227[0])
COND_LOAD1200(TRUE, i175[1], i237[1], i227[1]) → LOAD1200(i175[1], i237[1], i237[1], +(i227[1], 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 |