#include "hop.h"
Go to the source code of this file.
Functions | |
| Hop_Man_t * | Hop_ManBalance (Hop_Man_t *p, int fUpdateLevel) |
| FUNCTION DEFINITIONS ///. | |
| int | Hop_NodeBalanceCone_rec (Hop_Obj_t *pRoot, Hop_Obj_t *pObj, Vec_Ptr_t *vSuper) |
| int | Hop_NodeCompareLevelsDecrease (Hop_Obj_t **pp1, Hop_Obj_t **pp2) |
| Hop_Obj_t * | Hop_NodeBalanceBuildSuper (Hop_Man_t *p, Vec_Ptr_t *vSuper, Hop_Type_t Type, int fUpdateLevel) |
FUNCTION DEFINITIONS ///.
FUNCTION DECLARATIONS ///.
Function*************************************************************
Synopsis [Performs algebraic balancing of the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 51 of file hopBalance.c.

| Hop_Obj_t * Hop_NodeBalanceBuildSuper | ( | Hop_Man_t * | p, |
| Vec_Ptr_t * | vSuper, | ||
| Hop_Type_t | Type, | ||
| int | fUpdateLevel ) |
Function*************************************************************
Synopsis [Builds implication supergate.]
Description []
SideEffects []
SeeAlso []
Definition at line 243 of file hopBalance.c.

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


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