Start: f0
Program_Vars: Arg_0, Arg_1
Temp_Vars: C
Locations: f0, f1
Transitions:
0:f0(Arg_0,Arg_1) -> f1(Arg_0,Arg_1)
1:f1(Arg_0,Arg_1) -> f1(C+1,C+1)
Eliminate variables {C,Arg_0,Arg_1} that do not contribute to the problem
Start: f0
Program_Vars:
Temp_Vars:
Locations: f0, f1
Transitions:
5:f0 -> f1
6:f1 -> f1
Overall timebound:inf {Infinity}
5: f0->f1: 1 {O(1)}
6: f1->f1: inf {Infinity}
Overall costbound: inf {Infinity}
5: f0->f1: 1 {O(1)}
6: f1->f1: inf {Infinity}