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:
parent
8dac67d713
commit
849385c6a1
17 changed files with 1094 additions and 504 deletions
|
|
@ -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();
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue