Initial Problem

Start: f0
Program_Vars: Arg_0
Temp_Vars:
Locations: f0, f2
Transitions:
0:f0(Arg_0) -> f2(Arg_0+200):|:0<=99+Arg_0
1:f0(Arg_0) -> f2(Arg_0+500):|:1<=Arg_0
2:f2(Arg_0) -> f2(Arg_0+700):|:0<=199+Arg_0

Preprocessing

Found invariant 101<=Arg_0 for location f2

Problem after Preprocessing

Start: f0
Program_Vars: Arg_0
Temp_Vars:
Locations: f0, f2
Transitions:
0:f0(Arg_0) -> f2(Arg_0+200):|:0<=99+Arg_0
1:f0(Arg_0) -> f2(Arg_0+500):|:1<=Arg_0
2:f2(Arg_0) -> f2(Arg_0+700):|:101<=Arg_0 && 0<=199+Arg_0

All Bounds

Timebounds

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

Costbounds

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

Sizebounds

0: f0->f2, Arg_0: Arg_0+200 {O(n)}
1: f0->f2, Arg_0: Arg_0+500 {O(n)}