mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 01:18:45 +00:00
parent
4587575649
commit
518ef9f916
7 changed files with 31 additions and 1 deletions
|
@ -179,6 +179,8 @@ public:
|
|||
|
||||
bool is_value(app * e) const override;
|
||||
|
||||
bool is_model_value(app* e) const override;
|
||||
|
||||
bool is_unique_value(app * e) const override;
|
||||
|
||||
bool are_equal(app* a, app* b) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue