Initial Problem

Start: f0
Program_Vars: Arg_0, Arg_1
Temp_Vars: C, D
Locations: f0, f12
Transitions:
0:f0(Arg_0,Arg_1) -> f12(C,D)

Preprocessing

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

Problem after Preprocessing

Start: f0
Program_Vars:
Temp_Vars:
Locations: f0, f12
Transitions:
2:f0 -> f12

All Bounds

Timebounds

Overall timebound:1 {O(1)}
2: f0->f12: 1 {O(1)}

Costbounds

Overall costbound: 1 {O(1)}
2: f0->f12: 1 {O(1)}

Sizebounds