mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +00:00
wip - testing solve-eqs2, added as tactic
This commit is contained in:
parent
4d8860c0bc
commit
6c12aaad74
12 changed files with 135 additions and 60 deletions
|
@ -93,6 +93,10 @@ public:
|
|||
if (in->models_enabled())
|
||||
in->set(m_model_trail->get_model_converter().get());
|
||||
result.push_back(in.get());
|
||||
|
||||
statistics st;
|
||||
collect_statistics(st);
|
||||
IF_VERBOSE(10, st.display_smt2(verbose_stream()));
|
||||
}
|
||||
|
||||
void cleanup() override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue