Initial Problem

Start: f0
Program_Vars: Arg_0, Arg_1, Arg_2
Temp_Vars: D, E, F
Locations: f0, f24
Transitions:
0:f0(Arg_0,Arg_1,Arg_2) -> f24(D,E,F)

Preprocessing

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

Problem after Preprocessing

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

All Bounds

Timebounds

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

Costbounds

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

Sizebounds