Initial Problem

Start: f300
Program_Vars: Arg_0, Arg_1, Arg_2
Temp_Vars: D
Locations: f1, f2, f300
Transitions:
0:f2(Arg_0,Arg_1,Arg_2) -> f1(Arg_0+Arg_1,Arg_1,D):|:1+Arg_0+Arg_1<=0
1:f2(Arg_0,Arg_1,Arg_2) -> f2(Arg_0+Arg_1,Arg_1,Arg_2):|:0<=Arg_0+Arg_1
2:f300(Arg_0,Arg_1,Arg_2) -> f2(Arg_0,Arg_1,Arg_2)

Preprocessing

Eliminate variables {D,Arg_2} that do not contribute to the problem

Problem after Preprocessing

Start: f300
Program_Vars: Arg_0, Arg_1
Temp_Vars:
Locations: f1, f2, f300
Transitions:
6:f2(Arg_0,Arg_1) -> f1(Arg_0+Arg_1,Arg_1):|:1+Arg_0+Arg_1<=0
7:f2(Arg_0,Arg_1) -> f2(Arg_0+Arg_1,Arg_1):|:0<=Arg_0+Arg_1
8:f300(Arg_0,Arg_1) -> f2(Arg_0,Arg_1)

All Bounds

Timebounds

Overall timebound:inf {Infinity}
6: f2->f1: 1 {O(1)}
7: f2->f2: inf {Infinity}
8: f300->f2: 1 {O(1)}

Costbounds

Overall costbound: inf {Infinity}
6: f2->f1: 1 {O(1)}
7: f2->f2: inf {Infinity}
8: f300->f2: 1 {O(1)}

Sizebounds

6: f2->f1, Arg_1: 2*Arg_1 {O(n)}
7: f2->f2, Arg_1: Arg_1 {O(n)}
8: f300->f2, Arg_0: Arg_0 {O(n)}
8: f300->f2, Arg_1: Arg_1 {O(n)}