
Preprocessing Cost Relations
=====================================

#### Computed strongly connected components 
0. recursive  : [lbl32/6]
1. non_recursive  : [exit_location/1]
2. non_recursive  : [stop/5]
3. non_recursive  : [lbl32_loop_cont/6]
4. non_recursive  : [start/5]
5. non_recursive  : [start0/5]

#### Obtained direct recursion through partial evaluation 
0. SCC is partially evaluated into lbl32/6
1. SCC is completely evaluated into other SCCs
2. SCC is completely evaluated into other SCCs
3. SCC is partially evaluated into lbl32_loop_cont/6
4. SCC is partially evaluated into start/5
5. SCC is partially evaluated into start0/5

Control-Flow Refinement of Cost Relations
=====================================

### Specialization of cost equations lbl32/6 
* CE 6 is refined into CE [9] 
* CE 4 is refined into CE [10] 
* CE 5 is refined into CE [11] 


### Cost equations --> "Loop" of lbl32/6 
* CEs [11] --> Loop 9 
* CEs [9] --> Loop 10 
* CEs [10] --> Loop 11 

### Ranking functions of CR lbl32(A,B,C,D,E,F) 
* RF of phase [9]: [D-1]

#### Partial ranking functions of CR lbl32(A,B,C,D,E,F) 
* Partial RF of phase [9]:
  - RF of loop [9:1]:
    D-1


### Specialization of cost equations lbl32_loop_cont/6 
* CE 8 is refined into CE [12] 
* CE 7 is refined into CE [13] 


### Cost equations --> "Loop" of lbl32_loop_cont/6 
* CEs [12] --> Loop 12 
* CEs [13] --> Loop 13 

### Ranking functions of CR lbl32_loop_cont(A,B,C,D,E,F) 

#### Partial ranking functions of CR lbl32_loop_cont(A,B,C,D,E,F) 


### Specialization of cost equations start/5 
* CE 3 is refined into CE [14,15,16,17] 
* CE 2 is refined into CE [18] 


### Cost equations --> "Loop" of start/5 
* CEs [15,17] --> Loop 14 
* CEs [16] --> Loop 15 
* CEs [18] --> Loop 16 
* CEs [14] --> Loop 17 

### Ranking functions of CR start(A,B,C,D,E) 

#### Partial ranking functions of CR start(A,B,C,D,E) 


### Specialization of cost equations start0/5 
* CE 1 is refined into CE [19,20,21,22] 


### Cost equations --> "Loop" of start0/5 
* CEs [22] --> Loop 18 
* CEs [21] --> Loop 19 
* CEs [20] --> Loop 20 
* CEs [19] --> Loop 21 

### Ranking functions of CR start0(A,B,C,D,E) 

#### Partial ranking functions of CR start0(A,B,C,D,E) 


Computing Bounds
=====================================

#### Cost of chains of lbl32(A,B,C,D,E,F):
* Chain [[9],11]: 1*it(9)+0
  Such that:it(9) =< D

  with precondition: [E=2,F=1,B=C,D>=2,A>=D+1] 

* Chain [[9],10]: 1*it(9)+0
  Such that:it(9) =< D

  with precondition: [E=3,B=C,D>=2,A>=D+1] 

* Chain [11]: 0
  with precondition: [D=1,E=2,F=1,C=B,A>=2] 

* Chain [10]: 0
  with precondition: [E=3,C=B,D>=1,A>=D+1] 


#### Cost of chains of lbl32_loop_cont(A,B,C,D,E,F):
* Chain [13]: 0
  with precondition: [A=2,D=C,B>=2] 

* Chain [12]: 0
  with precondition: [A=3,D=C,B>=2] 


#### Cost of chains of start(A,B,C,D,E):
* Chain [17]: 0
  with precondition: [A=2,D=2,C=B] 

* Chain [16]: 0
  with precondition: [D=A,C=B,1>=D] 

* Chain [15]: 0
  with precondition: [D=A,C=B,D>=2] 

* Chain [14]: 2*s(1)+0
  Such that:aux(1) =< A
s(1) =< aux(1)

  with precondition: [D=A,C=B,D>=3] 


#### Cost of chains of start0(A,B,C,D,E):
* Chain [21]: 0
  with precondition: [A=2] 

* Chain [20]: 0
  with precondition: [1>=A] 

* Chain [19]: 0
  with precondition: [A>=2] 

* Chain [18]: 2*s(4)+0
  Such that:s(3) =< A
s(4) =< s(3)

  with precondition: [A>=3] 


Closed-form bounds of start0(A,B,C,D,E): 
-------------------------------------
* Chain [21] with precondition: [A=2] 
    - Upper bound: 0 
    - Complexity: constant 
* Chain [20] with precondition: [1>=A] 
    - Upper bound: 0 
    - Complexity: constant 
* Chain [19] with precondition: [A>=2] 
    - Upper bound: 0 
    - Complexity: constant 
* Chain [18] with precondition: [A>=3] 
    - Upper bound: 2*A 
    - Complexity: n 

### Maximum cost of start0(A,B,C,D,E): nat(A)*2 
Asymptotic class: n 
* Total analysis performed in 53 ms.

