56 pSat->
pFile = fopen( pName,
"w" );
57 fprintf( pSat->
pFile,
" \n" );
75 if ( pSat->
pFile == NULL )
79 fclose( pSat->
pFile );
97 if ( pSat->
pFile == NULL )
101 for ( ; pBeg < pEnd ; pBeg++ )
102 fprintf( pSat->
pFile,
" %d", lit_print(*pBeg) );
103 fprintf( pSat->
pFile,
" 0\n" );
#define ABC_NAMESPACE_IMPL_START
#define ABC_NAMESPACE_IMPL_END
int sat_solver_nvars(sat_solver *s)
ABC_NAMESPACE_IMPL_START void Sat_SolverTraceStart(sat_solver *pSat, char *pName)
DECLARATIONS ///.
void Sat_SolverTraceStop(sat_solver *pSat)
void Sat_SolverTraceWrite(sat_solver *pSat, int *pBeg, int *pEnd, int fRoot)