mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
parent
f03f471f02
commit
d1cfc53495
3 changed files with 36 additions and 1 deletions
|
@ -182,7 +182,11 @@ public:
|
|||
|
||||
virtual bool is_value(app * e) const;
|
||||
|
||||
virtual bool is_unique_value(app * e) const { return is_value(e); }
|
||||
virtual bool is_unique_value(app * e) const { return false; }
|
||||
|
||||
virtual bool are_equal(app* a, app* b) const;
|
||||
|
||||
virtual bool are_distinct(app* a, app* b) const;
|
||||
|
||||
virtual expr * get_some_value(sort * s);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue