#include "lpkInt.h"
Go to the source code of this file.
Classes | |
| struct | Lpk_Set_t_ |
Typedefs | |
| typedef typedefABC_NAMESPACE_IMPL_START struct Lpk_Set_t_ | Lpk_Set_t |
| DECLARATIONS ///. | |
Functions | |
| unsigned | Lpk_ComputeSets_rec (Kit_DsdNtk_t *p, int iLit, Vec_Int_t *vSets) |
| FUNCTION DEFINITIONS ///. | |
| unsigned | Lpk_ComputeSets (Kit_DsdNtk_t *p, Vec_Int_t *vSets) |
| void | Lpk_ComposeSets (Vec_Int_t *vSets0, Vec_Int_t *vSets1, int nVars, int iCofVar, Lpk_Set_t *pStore, int *pSize, int nSizeLimit) |
| void | Lpk_MapSuppPrintSet (Lpk_Set_t *pSet, int i) |
| unsigned | Lpk_MapSuppRedDecSelect (Lpk_Man_t *p, unsigned *pTruth, int nVars, int *piVar, int *piVarReused) |
| typedef typedefABC_NAMESPACE_IMPL_START struct Lpk_Set_t_ Lpk_Set_t |
DECLARATIONS ///.
CFile****************************************************************
FileName [lpkSets.c]
SystemName [ABC: Logic synthesis and verification system.]
PackageName [Fast Boolean matching for LUT structures.]
Synopsis []
Author [Alan Mishchenko]
Affiliation [UC Berkeley]
Date [Ver. 1.0. Started - April 28, 2007.]
Revision [
]
| void Lpk_ComposeSets | ( | Vec_Int_t * | vSets0, |
| Vec_Int_t * | vSets1, | ||
| int | nVars, | ||
| int | iCofVar, | ||
| Lpk_Set_t * | pStore, | ||
| int * | pSize, | ||
| int | nSizeLimit ) |
Function*************************************************************
Synopsis [Computes maximal support reducing bound-sets.]
Description []
SideEffects []
SeeAlso []
Definition at line 189 of file lpkSets.c.


| unsigned Lpk_ComputeSets | ( | Kit_DsdNtk_t * | p, |
| Vec_Int_t * | vSets ) |
Function*************************************************************
Synopsis [Computes the set of subsets of decomposable variables.]
Description []
SideEffects []
SeeAlso []
Definition at line 108 of file lpkSets.c.


| unsigned Lpk_ComputeSets_rec | ( | Kit_DsdNtk_t * | p, |
| int | iLit, | ||
| Vec_Int_t * | vSets ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Recursively computes decomposable subsets.]
Description []
SideEffects []
SeeAlso []
Definition at line 56 of file lpkSets.c.


| void Lpk_MapSuppPrintSet | ( | Lpk_Set_t * | pSet, |
| int | i ) |
Function*************************************************************
Synopsis [Prints one set.]
Description []
SideEffects []
SeeAlso []
Definition at line 297 of file lpkSets.c.

| unsigned Lpk_MapSuppRedDecSelect | ( | Lpk_Man_t * | p, |
| unsigned * | pTruth, | ||
| int | nVars, | ||
| int * | piVar, | ||
| int * | piVarReused ) |
Function*************************************************************
Synopsis [Evaluates the cofactors.]
Description []
SideEffects []
SeeAlso []
Definition at line 323 of file lpkSets.c.

