3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-01 01:37:13 +00:00

bugfixes in sls-arith

This commit is contained in:
Nikolaj Bjorner 2024-08-12 17:42:52 -07:00
parent 8dac67d713
commit 849385c6a1
17 changed files with 1094 additions and 504 deletions

View file

@ -42,8 +42,8 @@ namespace sls {
lbool check();
model_ref get_model();
void updt_params(params_ref& p) {}
void collect_statistics(statistics& st) { st.copy(m_st); }
void collect_statistics(statistics& st);
std::ostream& display(std::ostream& out);
void reset_statistics() { m_st.reset(); }
void reset_statistics();
};
}