#include "cov.h"
Go to the source code of this file.
Functions | |
| Abc_Ntk_t * | Abc_NtkSopEsopCover (Abc_Ntk_t *pNtk, int nFaninMax, int nCubesMax, int fUseEsop, int fUseSop, int fUseInvs, int fVerbose) |
| FUNCTION DEFINITIONS ///. | |
| Vec_Int_t * | Abc_NodeCovSupport (Cov_Man_t *p, Vec_Int_t *vSupp0, Vec_Int_t *vSupp1) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 282 of file covCore.c.
| Abc_Ntk_t * Abc_NtkSopEsopCover | ( | Abc_Ntk_t * | pNtk, |
| int | nFaninMax, | ||
| int | nCubesMax, | ||
| int | fUseEsop, | ||
| int | fUseSop, | ||
| int | fUseInvs, | ||
| int | fVerbose ) |
FUNCTION DEFINITIONS ///.
Function*************************************************************
Synopsis [Performs decomposition.]
Description []
SideEffects []
SeeAlso []
Definition at line 60 of file covCore.c.
