3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-17 04:34:45 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-08-23 23:29:10 +03:00
parent de69b01e92
commit a337a51374
28 changed files with 486 additions and 144 deletions

View file

@ -241,8 +241,6 @@ namespace smt {
bool dump_lemmas() const { return m_params.m_arith_dump_lemmas; }
bool validate_eq_in_model(theory_var v1, theory_var v2, bool is_true) const override;
void display(std::ostream & out) const override;
virtual void display_atom(std::ostream & out, atom * a) const;
void collect_statistics(::statistics & st) const override;