(0) Obligation:

JBC Problem based on JBC Program:
Manifest-Version: 1.0 Created-By: 1.6.0_16 (Sun Microsystems Inc.) Main-Class: TestJulia4
/**
* Method main() terminates.
*/

public class TestJulia4 {

public static void main(String[] args) {
int a, b = 10;

if (args.length > 2)
a = 3;
else
a = -2;

for (int i = 0; i <= (a * 5) / b; i++) {
a++;
}
}
}

(1) JBC2FIG (SOUND transformation)

Constructed FIGraph.

(2) Obligation:

FIGraph based on JBC Program:
Graph of 119 nodes with 0 SCCs.

(3) FIGtoITRSProof (SOUND transformation)

Transformed FIGraph to ITRS rules

(4) TRUE