mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 15:55:46 +00:00
expand select/store when I/J are values #6053
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4d8e4b5bd3
commit
f77037e9a5
3 changed files with 38 additions and 2 deletions
|
@ -137,6 +137,9 @@ class array_decl_plugin : public decl_plugin {
|
|||
expr * get_some_value(sort * s) override;
|
||||
|
||||
bool is_fully_interp(sort * s) const override;
|
||||
|
||||
bool is_value(app * e) const override;
|
||||
|
||||
};
|
||||
|
||||
class array_recognizers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue