#include "cutInt.h"
Go to the source code of this file.
Functions | |
| Cut_Cut_t * | Cut_NodeComputeCuts (Cut_Man_t *p, int Node, int Node0, int Node1, int fCompl0, int fCompl1, int fTriv, int TreeCode) |
| int | Cut_ManMappingArea_rec (Cut_Man_t *p, int Node) |
| void | Cut_NodeDoComputeCuts (Cut_Man_t *p, Cut_List_t *pSuper, int Node, int fCompl0, int fCompl1, Cut_Cut_t *pList0, Cut_Cut_t *pList1, int fTriv, int TreeCode) |
| Cut_Cut_t * | Cut_NodeUnionCuts (Cut_Man_t *p, Vec_Int_t *vNodes) |
| Cut_Cut_t * | Cut_NodeUnionCutsSeq (Cut_Man_t *p, Vec_Int_t *vNodes, int CutSetNum, int fFirst) |
| int | Cut_CutListVerify (Cut_Cut_t *pList) |
| int Cut_CutListVerify | ( | Cut_Cut_t * | pList | ) |
Function*************************************************************
Synopsis [Verifies that the list contains only non-dominated cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 979 of file cutNode.c.

| int Cut_ManMappingArea_rec | ( | Cut_Man_t * | p, |
| int | Node ) |
Function*************************************************************
Synopsis [Computes area after mapping.]
Description []
SideEffects []
SeeAlso []
Definition at line 544 of file cutNode.c.


| Cut_Cut_t * Cut_NodeComputeCuts | ( | Cut_Man_t * | p, |
| int | Node, | ||
| int | Node0, | ||
| int | Node1, | ||
| int | fCompl0, | ||
| int | fCompl1, | ||
| int | fTriv, | ||
| int | TreeCode ) |
Function*************************************************************
Synopsis [Computes the cuts by merging cuts at two nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 369 of file cutNode.c.


| void Cut_NodeDoComputeCuts | ( | Cut_Man_t * | p, |
| Cut_List_t * | pSuper, | ||
| int | Node, | ||
| int | fCompl0, | ||
| int | fCompl1, | ||
| Cut_Cut_t * | pList0, | ||
| Cut_Cut_t * | pList1, | ||
| int | fTriv, | ||
| int | TreeCode ) |
Function*************************************************************
Synopsis [Computes the cuts by merging cuts at two nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 572 of file cutNode.c.


Function*************************************************************
Synopsis [Computes the cuts by unioning cuts at a choice node.]
Description []
SideEffects []
SeeAlso []
Definition at line 678 of file cutNode.c.


Function*************************************************************
Synopsis [Computes the cuts by unioning cuts at a choice node.]
Description []
SideEffects []
SeeAlso []
Definition at line 795 of file cutNode.c.
