Initial Problem

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

Preprocessing

Problem after Preprocessing

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

MPRF for transition 1:f0(Arg_0) -> f0(Arg_0-1):|:0<=Arg_0 of depth 1:

new bound:

Arg_0+1 {O(n)}

MPRF:

f0 [Arg_0+1 ]

All Bounds

Timebounds

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

Costbounds

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

Sizebounds

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