Commit 97908678 by Alan Mishchenko

Fix to the problem of not dumping test-vectors in &fftest when the use-specified…

Fix to the problem of not dumping test-vectors in &fftest when the use-specified test set is complete or when a timeout occurred.
parent ce92ee2b
......@@ -1016,6 +1016,7 @@ void Gia_ManFaultTest( Gia_Man_t * p, Gia_Man_t * pG, Bmc_ParFf_t * pPars )
// add constraint
Gia_ManFaultAddOne( pM, pCnf, pSat, vLits, nFuncVars );
}
finish:
// print results
// if ( status == l_False )
// Gia_ManPrintResults( p, pSat, Iter, Abc_Clock() - clkTotal );
......@@ -1136,7 +1137,6 @@ void Gia_ManFaultTest( Gia_Man_t * p, Gia_Man_t * pG, Bmc_ParFf_t * pPars )
Abc_PrintTime( 1, "Time", Abc_Clock() - clk );
}
}
finish:
sat_solver_delete( pSat );
Cnf_DataFree( pCnf );
Gia_ManStop( pM );
......
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