Initial Problem

Start: n_f4
Program_Vars: Arg_0, Arg_1
Temp_Vars: A_P, NoDet0
Locations: n_f300___1, n_f300___2, n_f4
Transitions:
0:n_f4(Arg_0,Arg_1) -> n_f300___1(A_P,NoDet0):|:1<=A_P && Arg_0+1<=A_P && A_P<=1+Arg_0
1:n_f4(Arg_0,Arg_1) -> n_f300___2(Arg_0,NoDet0):|:1+Arg_0<=0

Preprocessing

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

Found invariant 1<=Arg_0 for location n_f300___1

Found invariant 1+Arg_0<=0 for location n_f300___2

Problem after Preprocessing

Start: n_f4
Program_Vars: Arg_0
Temp_Vars: A_P
Locations: n_f300___1, n_f300___2, n_f4
Transitions:
3:n_f4(Arg_0) -> n_f300___1(A_P):|:1<=A_P && Arg_0+1<=A_P && A_P<=1+Arg_0
4:n_f4(Arg_0) -> n_f300___2(Arg_0):|:1+Arg_0<=0

All Bounds

Timebounds

Overall timebound:2 {O(1)}
3: n_f4->n_f300___1: 1 {O(1)}
4: n_f4->n_f300___2: 1 {O(1)}

Costbounds

Overall costbound: 2 {O(1)}
3: n_f4->n_f300___1: 1 {O(1)}
4: n_f4->n_f300___2: 1 {O(1)}

Sizebounds