Initial Problem

Start: f0
Program_Vars: Arg_0
Temp_Vars:
Locations: f0, f1
Transitions:
0:f0(Arg_0) -> f1(300)
1:f1(Arg_0) -> f1(Arg_0-1):|:102<=Arg_0
2:f1(Arg_0) -> f1(Arg_0-1):|:Arg_0<=100

Preprocessing

Cut unsatisfiable transition 2: f1->f1

Found invariant Arg_0<=300 && 101<=Arg_0 for location f1

Problem after Preprocessing

Start: f0
Program_Vars: Arg_0
Temp_Vars:
Locations: f0, f1
Transitions:
0:f0(Arg_0) -> f1(300)
1:f1(Arg_0) -> f1(Arg_0-1):|:Arg_0<=300 && 101<=Arg_0 && 102<=Arg_0

MPRF for transition 1:f1(Arg_0) -> f1(Arg_0-1):|:Arg_0<=300 && 101<=Arg_0 && 102<=Arg_0 of depth 1:

new bound:

300 {O(1)}

MPRF:

f1 [Arg_0 ]

All Bounds

Timebounds

Overall timebound:301 {O(1)}
0: f0->f1: 1 {O(1)}
1: f1->f1: 300 {O(1)}

Costbounds

Overall costbound: 301 {O(1)}
0: f0->f1: 1 {O(1)}
1: f1->f1: 300 {O(1)}

Sizebounds

0: f0->f1, Arg_0: 300 {O(1)}
1: f1->f1, Arg_0: 299 {O(1)}