Initial Problem

Start: f0
Program_Vars: Arg_0
Temp_Vars:
Locations: f0, f1
Transitions:
0:f0(Arg_0) -> f1(Arg_0)
1:f1(Arg_0) -> f1(Arg_0-1):|:202<=Arg_0

Preprocessing

Problem after Preprocessing

Start: f0
Program_Vars: Arg_0
Temp_Vars:
Locations: f0, f1
Transitions:
0:f0(Arg_0) -> f1(Arg_0)
1:f1(Arg_0) -> f1(Arg_0-1):|:202<=Arg_0

MPRF for transition 1:f1(Arg_0) -> f1(Arg_0-1):|:202<=Arg_0 of depth 1:

new bound:

Arg_0 {O(n)}

MPRF:

f1 [Arg_0 ]

All Bounds

Timebounds

Overall timebound:Arg_0+1 {O(n)}
0: f0->f1: 1 {O(1)}
1: f1->f1: Arg_0 {O(n)}

Costbounds

Overall costbound: Arg_0+1 {O(n)}
0: f0->f1: 1 {O(1)}
1: f1->f1: Arg_0 {O(n)}

Sizebounds

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