mirror of
https://github.com/Z3Prover/z3
synced 2025-07-24 13:18:55 +00:00
testing utvpi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fbe4af6336
commit
21b0a4fcbb
7 changed files with 176 additions and 33 deletions
|
@ -196,7 +196,7 @@ namespace smt {
|
|||
|
||||
virtual bool internalize_term(app * term);
|
||||
|
||||
virtual void internalize_eq_eh(app * atom, bool_var v) {}
|
||||
virtual void internalize_eq_eh(app * atom, bool_var v);
|
||||
|
||||
virtual void assign_eh(bool_var v, bool is_true);
|
||||
|
||||
|
@ -258,6 +258,14 @@ namespace smt {
|
|||
|
||||
private:
|
||||
|
||||
rational mk_value(theory_var v);
|
||||
|
||||
void validate_model();
|
||||
|
||||
bool eval(expr* e);
|
||||
|
||||
rational eval_num(expr* e);
|
||||
|
||||
bool check_z_consistency();
|
||||
|
||||
virtual void new_eq_eh(th_var v1, th_var v2, justification& j) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue