%pdra: fixed bugs

This commit is contained in:
Yen-Sheng Ho
2017-03-30 13:53:18 -07:00
parent ecf91190d6
commit 1cb140bb11
3 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -160,7 +160,8 @@ int IPdr_ManCheckClauses( Pdr_Man_t * p )
printf( "Cube[%d][%d] not inductive!\n", k, j );
}
assert( RetValue == 1 );
if ( RetValue == -1 )
return -1;
}
}