|
|
@ -32,7 +32,7 @@ |
|
|
extern FILE *dd_out; |
|
|
extern FILE *dd_out; |
|
|
|
|
|
|
|
|
// A flag indicating that a CuDD error has occurred
|
|
|
// A flag indicating that a CuDD error has occurred
|
|
|
// that could not be signaled by returning a NULL DdNode*
|
|
|
|
|
|
|
|
|
// that could not be signalled by returning a NULL DdNode*
|
|
|
// from a function
|
|
|
// from a function
|
|
|
bool dd_cudd_error_flag = false; |
|
|
bool dd_cudd_error_flag = false; |
|
|
|
|
|
|
|
|
@ -240,7 +240,7 @@ bool DD_GetErrorFlag(DdManager *ddman) |
|
|
//-----------------------------------------------------------------------------------
|
|
|
//-----------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
// Set the DD error flag. Should be set if a CuDD error has been
|
|
|
// Set the DD error flag. Should be set if a CuDD error has been
|
|
|
// detected that could not be signaled by returning a NULL DdNode*
|
|
|
|
|
|
|
|
|
// detected that could not be signalled by returning a NULL DdNode*
|
|
|
// from the function
|
|
|
// from the function
|
|
|
void DD_SetErrorFlag() |
|
|
void DD_SetErrorFlag() |
|
|
{ |
|
|
{ |
|
|
|