mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
fixes to ite and other
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
98f4b5103e
commit
de8faa231f
9 changed files with 108 additions and 50 deletions
|
@ -82,6 +82,7 @@ public:
|
|||
m_sls->collect_statistics(m_st);
|
||||
throw;
|
||||
}
|
||||
m_sls->collect_statistics(m_st);
|
||||
|
||||
// report_tactic_progress("Number of flips:", m_sls->get_num_moves());
|
||||
IF_VERBOSE(10, verbose_stream() << res << "\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue