Initial Problem

Start: f0
Program_Vars: Arg_0, Arg_1, Arg_2
Temp_Vars: D, E
Locations: f0, f11
Transitions:
0:f0(Arg_0,Arg_1,Arg_2) -> f11(0,1,E):|:D<=99
1:f0(Arg_0,Arg_1,Arg_2) -> f11(0,1,E)

Preprocessing

Eliminate variables {E,Arg_0,Arg_1,Arg_2} that do not contribute to the problem

Problem after Preprocessing

Start: f0
Program_Vars:
Temp_Vars: D
Locations: f0, f11
Transitions:
3:f0 -> f11:|:D<=99
4:f0 -> f11

All Bounds

Timebounds

Overall timebound:2 {O(1)}
3: f0->f11: 1 {O(1)}
4: f0->f11: 1 {O(1)}

Costbounds

Overall costbound: 2 {O(1)}
3: f0->f11: 1 {O(1)}
4: f0->f11: 1 {O(1)}

Sizebounds