Initial Problem

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

Preprocessing

Problem after Preprocessing

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

MPRF for transition 1:f3(Arg_0) -> f3(Arg_0-1):|:2<=Arg_0 of depth 1:

new bound:

Arg_0 {O(n)}

MPRF:

f3 [Arg_0 ]

All Bounds

Timebounds

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

Costbounds

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

Sizebounds

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