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

#### Computed strongly connected components 
0. non_recursive  : [f24/4]
1. non_recursive  : [f0/4]

#### Obtained direct recursion through partial evaluation 
0. SCC is completely evaluated into other SCCs
1. SCC is partially evaluated into f0/4

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

### Specialization of cost equations f0/4 
* CE 1 is refined into CE [2] 


### Cost equations --> "Loop" of f0/4 
* CEs [2] --> Loop 2 

### Ranking functions of CR f0(A,B,C,G) 

#### Partial ranking functions of CR f0(A,B,C,G) 


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

#### Cost of chains of f0(A,B,C,G):
* Chain [2]: 0
  with precondition: [] 


Closed-form bounds of f0(A,B,C,G): 
-------------------------------------
* Chain [2] with precondition: [] 
    - Upper bound: 0 
    - Complexity: constant 

### Maximum cost of f0(A,B,C,G): 0 
Asymptotic class: constant 
* Total analysis performed in 2 ms.

