Start: f2
Program_Vars: Arg_0, Arg_1
Temp_Vars: C
Locations: f2, f3
Transitions:
0:f2(Arg_0,Arg_1) -> f3(Arg_0-1,C):|:0<=Arg_0
1:f2(Arg_0,Arg_1) -> f3(Arg_0,C):|:Arg_0+1<=0
Eliminate variables {C,Arg_1} that do not contribute to the problem
Start: f2
Program_Vars: Arg_0
Temp_Vars:
Locations: f2, f3
Transitions:
3:f2(Arg_0) -> f3(Arg_0-1):|:0<=Arg_0
4:f2(Arg_0) -> f3(Arg_0):|:Arg_0+1<=0
Overall timebound:2 {O(1)}
3: f2->f3: 1 {O(1)}
4: f2->f3: 1 {O(1)}
Overall costbound: 2 {O(1)}
3: f2->f3: 1 {O(1)}
4: f2->f3: 1 {O(1)}