#include "ivy.h"
Go to the source code of this file.
Functions | |
| Ivy_Store_t * | Ivy_NodeFindCutsTravAll (Ivy_Man_t *p, Ivy_Obj_t *pObj, int nLeaves, int nNodeLimit, Vec_Ptr_t *vNodes, Vec_Ptr_t *vFront, Vec_Int_t *vStore, Vec_Vec_t *vBitCuts) |
| FUNCTION DEFINITIONS ///. | |
| int | Ivy_CompareNodesByLevel (Ivy_Obj_t **ppObj1, Ivy_Obj_t **ppObj2) |
| void | Ivy_NodeComputeVolumeTrav1_rec (Ivy_Obj_t *pObj, int Depth) |
| void | Ivy_NodeComputeVolumeTrav2_rec (Ivy_Obj_t *pObj, Vec_Ptr_t *vNodes) |
| void | Ivy_NodeComputeVolume2 (Ivy_Obj_t *pObj, int nNodeLimit, Vec_Ptr_t *vNodes, Vec_Ptr_t *vFront) |
| void | Ivy_ManTestCutsTravAll (Ivy_Man_t *p) |
Function*************************************************************
Synopsis [Compares the node by level.]
Description []
SideEffects []
SeeAlso []
Definition at line 161 of file ivyCutTrav.c.

| void Ivy_ManTestCutsTravAll | ( | Ivy_Man_t * | p | ) |
Function*************************************************************
Synopsis [Compute the set of all cuts.]
Description []
SideEffects []
SeeAlso []
Definition at line 434 of file ivyCutTrav.c.

| void Ivy_NodeComputeVolume2 | ( | Ivy_Obj_t * | pObj, |
| int | nNodeLimit, | ||
| Vec_Ptr_t * | vNodes, | ||
| Vec_Ptr_t * | vFront ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 278 of file ivyCutTrav.c.

| void Ivy_NodeComputeVolumeTrav1_rec | ( | Ivy_Obj_t * | pObj, |
| int | Depth ) |
Function*************************************************************
Synopsis [Mark all nodes up to the given depth.]
Description []
SideEffects []
SeeAlso []
Definition at line 183 of file ivyCutTrav.c.


Function*************************************************************
Synopsis [Collect the marked nodes.]
Description []
SideEffects []
SeeAlso []
Definition at line 203 of file ivyCutTrav.c.


| Ivy_Store_t * Ivy_NodeFindCutsTravAll | ( | Ivy_Man_t * | p, |
| Ivy_Obj_t * | pObj, | ||
| int | nLeaves, | ||
| int | nNodeLimit, | ||
| Vec_Ptr_t * | vNodes, | ||
| Vec_Ptr_t * | vFront, | ||
| Vec_Int_t * | vStore, | ||
| Vec_Vec_t * | vBitCuts ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Computes cuts for one node.]
Description []
SideEffects []
SeeAlso []
Definition at line 49 of file ivyCutTrav.c.
