Initial Problem

Start: f2
Program_Vars: Arg_0
Temp_Vars: B
Locations: f2, f5
Transitions:
0:f2(Arg_0) -> f5(B)

Preprocessing

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

Problem after Preprocessing

Start: f2
Program_Vars:
Temp_Vars:
Locations: f2, f5
Transitions:
2:f2 -> f5

All Bounds

Timebounds

Overall timebound:1 {O(1)}
2: f2->f5: 1 {O(1)}

Costbounds

Overall costbound: 1 {O(1)}
2: f2->f5: 1 {O(1)}

Sizebounds