Initial Problem

Start: f0
Program_Vars: Arg_0, Arg_1, Arg_2, Arg_3, Arg_4
Temp_Vars: F, G, H
Locations: f0, f7
Transitions:
0:f0(Arg_0,Arg_1,Arg_2,Arg_3,Arg_4) -> f7(0,0,F,G,H)

Preprocessing

Eliminate variables {F,G,H,Arg_0,Arg_1,Arg_2,Arg_3,Arg_4} that do not contribute to the problem

Problem after Preprocessing

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

All Bounds

Timebounds

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

Costbounds

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

Sizebounds