Initial Problem

Start: n_f2
Program_Vars: Arg_0, Arg_1
Temp_Vars: A_P, NoDet0
Locations: n_f2, n_f3___1, n_f3___2
Transitions:
0:n_f2(Arg_0,Arg_1) -> n_f3___1(Arg_0,NoDet0):|:1+Arg_0<=0
1:n_f2(Arg_0,Arg_1) -> n_f3___2(A_P,NoDet0):|:0<=1+A_P && Arg_0<=A_P+1 && 1+A_P<=Arg_0

Preprocessing

Eliminate variables {NoDet0,Arg_1} that do not contribute to the problem

Found invariant 0<=1+Arg_0 for location n_f3___2

Found invariant 1+Arg_0<=0 for location n_f3___1

Problem after Preprocessing

Start: n_f2
Program_Vars: Arg_0
Temp_Vars: A_P
Locations: n_f2, n_f3___1, n_f3___2
Transitions:
3:n_f2(Arg_0) -> n_f3___1(Arg_0):|:1+Arg_0<=0
4:n_f2(Arg_0) -> n_f3___2(A_P):|:0<=1+A_P && Arg_0<=A_P+1 && 1+A_P<=Arg_0

All Bounds

Timebounds

Overall timebound:2 {O(1)}
3: n_f2->n_f3___1: 1 {O(1)}
4: n_f2->n_f3___2: 1 {O(1)}

Costbounds

Overall costbound: 2 {O(1)}
3: n_f2->n_f3___1: 1 {O(1)}
4: n_f2->n_f3___2: 1 {O(1)}

Sizebounds