mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
parent
4587575649
commit
518ef9f916
7 changed files with 31 additions and 1 deletions
|
@ -1050,6 +1050,12 @@ public:
|
|||
*/
|
||||
virtual bool is_value(app * a) const { return false; }
|
||||
|
||||
|
||||
/**
|
||||
\brief return true if the expression can be used as a model value.
|
||||
*/
|
||||
virtual bool is_model_value(app* a) const { return is_value(a); }
|
||||
|
||||
/**
|
||||
\brief Return true if \c a is a unique plugin value.
|
||||
The following property should hold for unique theory values:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue