#include "cutInt.h"
Go to the source code of this file.
Functions | |
| void | Cut_NodeComputeCutsSeq (Cut_Man_t *p, int Node, int Node0, int Node1, int fCompl0, int fCompl1, int nLat0, int nLat1, int fTriv, int CutSetNum) |
| void | Cut_NodeNewMergeWithOld (Cut_Man_t *p, int Node) |
| int | Cut_NodeTempTransferToNew (Cut_Man_t *p, int Node, int CutSetNum) |
| void | Cut_NodeOldTransferToNew (Cut_Man_t *p, int Node) |
| void Cut_NodeComputeCutsSeq | ( | Cut_Man_t * | p, |
| int | Node, | ||
| int | Node0, | ||
| int | Node1, | ||
| int | fCompl0, | ||
| int | fCompl1, | ||
| int | nLat0, | ||
| int | nLat1, | ||
| int | fTriv, | ||
| int | CutSetNum ) |
Function*************************************************************
Synopsis [Computes sequential cuts for the node from its fanins.]
Description []
SideEffects []
SeeAlso []
Definition at line 72 of file cutSeq.c.


| void Cut_NodeNewMergeWithOld | ( | Cut_Man_t * | p, |
| int | Node ) |
Function*************************************************************
Synopsis [Merges the new cuts with the old cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 165 of file cutSeq.c.

| void Cut_NodeOldTransferToNew | ( | Cut_Man_t * | p, |
| int | Node ) |
Function*************************************************************
Synopsis [Transfers the old cuts to be the new cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 217 of file cutSeq.c.

| int Cut_NodeTempTransferToNew | ( | Cut_Man_t * | p, |
| int | Node, | ||
| int | CutSetNum ) |
Function*************************************************************
Synopsis [Transfers the temporary cuts to be the new cuts.]
Description [Returns 1 if something was transferred.]
SideEffects []
SeeAlso []
Definition at line 197 of file cutSeq.c.
