small tweaks in %pdra -p

This commit is contained in:
Yen-Sheng Ho 2017-02-20 12:58:20 -08:00
parent 9f43c84501
commit c5e9506f5d
1 changed files with 7 additions and 0 deletions

View File

@ -271,6 +271,13 @@ int IPdr_ManSolveInt( Pdr_Man_t * p, int fCheckClauses, int fPushClauses )
Abc_Print( 1, "IPDR: Finished pushing. After:\n" );
Pdr_ManPrintProgress( p, 1, Abc_Clock() - clkStart );
}
if ( RetValue )
{
Pdr_ManReportInvariant( p );
Pdr_ManVerifyInvariant( p );
return 1;
}
}
}
while ( 1 )