Initial Problem

Start: f0
Program_Vars: Arg_0, Arg_1
Temp_Vars:
Locations: f0, f1
Transitions:
0:f0(Arg_0,Arg_1) -> f1(3000,Arg_1)
1:f1(Arg_0,Arg_1) -> f1(Arg_0,Arg_1+1000):|:0<=889+Arg_1 && Arg_0<=3999

Preprocessing

Found invariant Arg_0<=3000 && 3000<=Arg_0 for location f1

Problem after Preprocessing

Start: f0
Program_Vars: Arg_0, Arg_1
Temp_Vars:
Locations: f0, f1
Transitions:
0:f0(Arg_0,Arg_1) -> f1(3000,Arg_1)
1:f1(Arg_0,Arg_1) -> f1(Arg_0,Arg_1+1000):|:Arg_0<=3000 && 3000<=Arg_0 && 0<=889+Arg_1 && Arg_0<=3999

All Bounds

Timebounds

Overall timebound:inf {Infinity}
0: f0->f1: 1 {O(1)}
1: f1->f1: inf {Infinity}

Costbounds

Overall costbound: inf {Infinity}
0: f0->f1: 1 {O(1)}
1: f1->f1: inf {Infinity}

Sizebounds

0: f0->f1, Arg_0: 3000 {O(1)}
0: f0->f1, Arg_1: Arg_1 {O(n)}
1: f1->f1, Arg_0: 3000 {O(1)}