#include "ivy.h"
Go to the source code of this file.
Functions | |
| Ivy_Man_t * | Ivy_ManBalance (Ivy_Man_t *p, int fUpdateLevel) |
| FUNCTION DEFINITIONS ///. | |
| int | Ivy_NodeCompareLevelsDecrease (Ivy_Obj_t **pp1, Ivy_Obj_t **pp2) |
| Ivy_Obj_t * | Ivy_NodeBalanceBuildSuper (Ivy_Man_t *p, Vec_Ptr_t *vSuper, Ivy_Type_t Type, int fUpdateLevel) |
| int | Ivy_NodeBalanceCone_rec (Ivy_Obj_t *pRoot, Ivy_Obj_t *pObj, Vec_Ptr_t *vSuper) |
FUNCTION DEFINITIONS ///.
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Performs algebraic balancing of the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file ivyBalance.c.


| Ivy_Obj_t * Ivy_NodeBalanceBuildSuper | ( | Ivy_Man_t * | p, |
| Vec_Ptr_t * | vSuper, | ||
| Ivy_Type_t | Type, | ||
| int | fUpdateLevel ) |
Function*************************************************************
Synopsis [Builds implication supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 175 of file ivyBalance.c.

Function*************************************************************
Synopsis [Collects the nodes of the supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 208 of file ivyBalance.c.


Function*************************************************************
Synopsis [Procedure used for sorting the nodes in decreasing order of levels.]
Description []
SideEffects []
SeeAlso []
Definition at line 99 of file ivyBalance.c.
