61 for ( i = 0; i < nVars; i++ )
62 for ( j = i+1; j < nVars; j++ )
67 for ( k = 0; k < 5; k++ )
69 for ( k = 0; k < nDigits; k++ )
72 if ( Digit == 1 || Digit == 14 )
74 else if ( Digit == 2 || Digit == 13 )
76 else if ( Digit == 4 || Digit == 11 )
78 else if ( Digit == 8 || Digit == 7 )
80 else if ( Digit == 6 || Digit == 9 )
83 printf(
"%c %c ",
'a'+i,
'a'+j );
84 for ( k = 0; k < 5; k++ )
85 printf(
"%7d", Counter[k] );
94 char * pDsd =
"<<abc>d(ef)>";
ABC_NAMESPACE_IMPL_START Vec_Int_t * Dau_DsdDivisors(word *pTruth, int nVars)
DECLARATIONS ///.
typedefABC_NAMESPACE_IMPL_START struct Vec_Int_t_ Vec_Int_t
DECLARATIONS ///.
static int Abc_TtGetHex(word *p, int k)
word Dau_Dsd6ToTruth(char *p)
static int Abc_TtHexDigitNum(int nVars)
static void Abc_TtCopy(word *pOut, word *pIn, int nWords, int fCompl)
unsigned __int64 word
DECLARATIONS ///.
#define ABC_NAMESPACE_IMPL_END
#define ABC_NAMESPACE_IMPL_START
static int Abc_TtWordNum(int nVars)
static int Abc_TtSupportSize(word *t, int nVars)
static void Abc_TtSwapVars(word *pTruth, int nVars, int iVar, int jVar)