52 printf(
"The cover contains %d cubes (%d bits and %d words)\n",
60 for ( i = 0; i < pCover->
nBits; i++ )
61 printf(
" %d", pCover->
pLits[i] );
64 printf(
"End of cover printout\n" );
85 printf(
"%c",
'0' + Value );
106 printf(
"The cover contains %d cubes (%d bits and %d words)\n",
114 for ( i = 0; i < pCover->
nBits; i++ )
115 printf(
" %d", pCover->
pLits[i] );
118 printf(
"End of cover printout\n" );
143 else if ( Value == 1 )
169 printf(
"The cover contains %d cubes (%d bits and %d words)\n",
177 for ( i = 0; i < pCover->nBits; i++ )
178 printf(
" %d", pCover->pLits[i] );
181 printf(
"End of cover printout\n" );
202 for ( iLit = 0; iLit < pData->pVm->nValuesIn; iLit++ )
204 if ( iLit == pData->pVm->pValuesFirst[iVar+1] )
210 printf(
"%c",
'0' + iLit - pData->pVm->pValuesFirst[iVar] );
void Mvc_CubePrint(Mvc_Cover_t *pCover, Mvc_Cube_t *pCube)
static ABC_NAMESPACE_IMPL_START void Mvc_CubePrintBinary(Mvc_Cover_t *pCover, Mvc_Cube_t *pCube)
DECLARATIONS ///.
void Mvc_CoverPrint(Mvc_Cover_t *pCover)
FUNCTION DEFINITIONS ///.
#define ABC_NAMESPACE_IMPL_END
void Mvc_CoverPrintMv(Mvc_Data_t *pData, Mvc_Cover_t *pCover)
#define Mvc_CubeForEachBit(Cover, Cube, iBit, Value)
#define Mvc_CoverForEachCube(Cover, Cube)
#define ABC_NAMESPACE_IMPL_START
#define Mvc_CubeForEachVarValue(Cover, Cube, iVar, Value)
void Mvc_CoverPrintBinary(Mvc_Cover_t *pCover)
#define Mvc_CubeBitValue(Cube, Bit)
#define Mvc_CubeReadSize(Cube)
void Mvc_CubePrintMv(Mvc_Data_t *pData, Mvc_Cover_t *pCover, Mvc_Cube_t *pCube)