mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
working on DL opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
99b4ce037d
commit
e94a1b56ae
5 changed files with 98 additions and 14 deletions
|
@ -229,6 +229,8 @@ namespace smt {
|
|||
virtual void flush_eh();
|
||||
virtual void reset_eh();
|
||||
|
||||
bool dump_lemmas() const { return m_params.m_arith_dump_lemmas; }
|
||||
|
||||
virtual bool validate_eq_in_model(theory_var v1, theory_var v2, bool is_true) const;
|
||||
|
||||
virtual void display(std::ostream & out) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue