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++ )
103 fprintf( pSat->
pFile,
" 0\n" );
void Sat_SolverTraceWrite(sat_solver *pSat, int *pBeg, int *pEnd, int fRoot)
ABC_NAMESPACE_IMPL_START void Sat_SolverTraceStart(sat_solver *pSat, char *pName)
DECLARATIONS ///.
int sat_solver_nvars(sat_solver *s)
#define ABC_NAMESPACE_IMPL_END
#define ABC_NAMESPACE_IMPL_START
void Sat_SolverTraceStop(sat_solver *pSat)
static int lit_print(lit l)