
Go to the source code of this file.
Functions | |
| int | Fra_NodesAreEquiv (Fra_Man_t *p, Aig_Obj_t *pOld, Aig_Obj_t *pNew) |
| FUNCTION DEFINITIONS ///. | |
| int | Fra_NodesAreImp (Fra_Man_t *p, Aig_Obj_t *pOld, Aig_Obj_t *pNew, int fComplL, int fComplR) |
| int | Fra_NodesAreClause (Fra_Man_t *p, Aig_Obj_t *pOld, Aig_Obj_t *pNew, int fComplL, int fComplR) |
| int | Fra_NodeIsConst (Fra_Man_t *p, Aig_Obj_t *pNew) |
| int | Fra_SetActivityFactors_rec (Fra_Man_t *p, Aig_Obj_t *pObj, int LevelMin, int LevelMax) |
Function*************************************************************
Synopsis [Runs equivalence test for one node.]
Description [Returns the fraiged node.]
SideEffects []
SeeAlso []
Definition at line 425 of file fraSat.c.

| int Fra_NodesAreClause | ( | Fra_Man_t * | p, |
| Aig_Obj_t * | pOld, | ||
| Aig_Obj_t * | pNew, | ||
| int | fComplL, | ||
| int | fComplR ) |
Function*************************************************************
Synopsis [Runs the result of test for pObj => pNew.]
Description []
SideEffects []
SeeAlso []
Definition at line 317 of file fraSat.c.


FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Runs equivalence test for the two nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 48 of file fraSat.c.

Function*************************************************************
Synopsis [Runs the result of test for pObj => pNew.]
Description []
SideEffects []
SeeAlso []
Definition at line 209 of file fraSat.c.


Function*************************************************************
Synopsis [Sets variable activities in the cone.]
Description []
SideEffects []
SeeAlso []
Definition at line 502 of file fraSat.c.

