
Go to the source code of this file.
Functions | |
| int | Ivy_ManRewriteSeq (Ivy_Man_t *p, int fUseZeroCost, int fVerbose) |
| FUNCTION DEFINITIONS ///. | |
| unsigned | Ivy_CutGetTruth_rec (Ivy_Man_t *p, int Leaf, int *pNums, int nNums) |
| int | Ivy_CutFindOrAddFilter (Ivy_Store_t *pCutStore, Ivy_Cut_t *pCutNew) |
| void | Ivy_CutCompactAll (Ivy_Store_t *pCutStore) |
| void | Ivy_CutPrintForNode (Ivy_Cut_t *pCut) |
| void | Ivy_CutPrintForNodes (Ivy_Store_t *pCutStore) |
| void | Ivy_CutComputeAll (Ivy_Man_t *p, int nInputs) |
| void Ivy_CutCompactAll | ( | Ivy_Store_t * | pCutStore | ) |
Function*************************************************************
Synopsis [Compresses the cut representation.]
Description []
SideEffects []
SeeAlso []
| void Ivy_CutComputeAll | ( | Ivy_Man_t * | p, |
| int | nInputs ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 1108 of file ivySeq.c.

| int Ivy_CutFindOrAddFilter | ( | Ivy_Store_t * | pCutStore, |
| Ivy_Cut_t * | pCutNew ) |
Function*************************************************************
Synopsis [Check if the cut exists.]
Description [Returns 1 if the cut exists.]
SideEffects []
SeeAlso []
Definition at line 873 of file ivySeq.c.
| unsigned Ivy_CutGetTruth_rec | ( | Ivy_Man_t * | p, |
| int | Leaf, | ||
| int * | pNums, | ||
| int | nNums ) |
Function*************************************************************
Synopsis [Computes the truth table.]
Description []
SideEffects []
SeeAlso []
Definition at line 560 of file ivySeq.c.


| void Ivy_CutPrintForNode | ( | Ivy_Cut_t * | pCut | ) |
| void Ivy_CutPrintForNodes | ( | Ivy_Store_t * | pCutStore | ) |
| int Ivy_ManRewriteSeq | ( | Ivy_Man_t * | p, |
| int | fUseZeroCost, | ||
| int | fVerbose ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs incremental rewriting of the AIG.]
Description []
SideEffects []
SeeAlso []
Definition at line 63 of file ivySeq.c.

