Initial Problem

Start: f0
Program_Vars: Arg_0
Temp_Vars: B
Locations: f0, f8
Transitions:
0:f0(Arg_0) -> f8(Arg_0):|:B+1<=0
1:f0(Arg_0) -> f8(Arg_0)
2:f0(Arg_0) -> f8(B)

Preprocessing

Eliminate variables {Arg_0} that do not contribute to the problem

Problem after Preprocessing

Start: f0
Program_Vars:
Temp_Vars: B
Locations: f0, f8
Transitions:
4:f0 -> f8:|:B+1<=0
5:f0 -> f8
6:f0 -> f8

All Bounds

Timebounds

Overall timebound:3 {O(1)}
4: f0->f8: 1 {O(1)}
5: f0->f8: 1 {O(1)}
6: f0->f8: 1 {O(1)}

Costbounds

Overall costbound: 3 {O(1)}
4: f0->f8: 1 {O(1)}
5: f0->f8: 1 {O(1)}
6: f0->f8: 1 {O(1)}

Sizebounds