mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 15:55:46 +00:00
fix #6807
This commit is contained in:
parent
3e58f0cff1
commit
d0d434e4f1
4 changed files with 29 additions and 24 deletions
|
@ -137,6 +137,8 @@ class array_decl_plugin : public decl_plugin {
|
|||
|
||||
bool is_value(app * e) const override;
|
||||
|
||||
bool is_unique_value(app* e) const override;
|
||||
|
||||
};
|
||||
|
||||
class array_recognizers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue