Commit c5e9506f by Yen-Sheng Ho

small tweaks in %pdra -p

parent 9f43c845
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment