mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 18:20:22 +00:00
seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5eb23e1e7a
commit
58411f64e8
5 changed files with 26 additions and 4 deletions
|
@ -128,6 +128,7 @@ namespace smt {
|
|||
virtual final_check_status final_check_eh();
|
||||
virtual bool internalize_atom(app*, bool);
|
||||
virtual bool internalize_term(app*);
|
||||
virtual void internalize_eq_eh(app * atom, bool_var v);
|
||||
virtual void new_eq_eh(theory_var, theory_var);
|
||||
virtual void new_diseq_eh(theory_var, theory_var);
|
||||
virtual void assign_eq(bool_var v, bool is_true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue