3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-03 21:09:11 +00:00

Extra stats in iuc_solver

This commit is contained in:
Arie Gurfinkel 2018-05-31 11:27:52 -07:00
parent 16fefe850a
commit cdba0721e7
2 changed files with 34 additions and 10 deletions

View file

@ -54,7 +54,10 @@ private:
unsigned m_first_assumption;
bool m_is_proxied;
stopwatch m_iuc_watch;
stopwatch m_iuc_sw;
stopwatch m_hyp_reduce1_sw;
stopwatch m_hyp_reduce2_sw;
stopwatch m_learn_core_sw;
expr_substitution m_elim_proxies_sub;
bool m_split_literals;