Initial Problem

Start: f4
Program_Vars: Arg_0, Arg_1
Temp_Vars: C
Locations: f300, f4
Transitions:
0:f4(Arg_0,Arg_1) -> f300(Arg_0,C):|:Arg_0+1<=0
1:f4(Arg_0,Arg_1) -> f300(1+Arg_0,C):|:0<=Arg_0

Preprocessing

Eliminate variables {C,Arg_1} that do not contribute to the problem

Problem after Preprocessing

Start: f4
Program_Vars: Arg_0
Temp_Vars:
Locations: f300, f4
Transitions:
3:f4(Arg_0) -> f300(Arg_0):|:Arg_0+1<=0
4:f4(Arg_0) -> f300(1+Arg_0):|:0<=Arg_0

All Bounds

Timebounds

Overall timebound:2 {O(1)}
3: f4->f300: 1 {O(1)}
4: f4->f300: 1 {O(1)}

Costbounds

Overall costbound: 2 {O(1)}
3: f4->f300: 1 {O(1)}
4: f4->f300: 1 {O(1)}

Sizebounds