mirror of
https://github.com/Z3Prover/z3
synced 2025-08-30 23:10:08 +00:00
test for undetermined accessor for PDR
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
37ad1f9807
commit
0a964c324e
3 changed files with 18 additions and 5 deletions
|
@ -293,7 +293,7 @@ namespace datalog {
|
|||
*/
|
||||
bool is_in_tail(const func_decl * p, bool only_positive=false) const;
|
||||
|
||||
bool has_uninterpreted_non_predicates(func_decl*& f) const;
|
||||
bool has_uninterpreted_non_predicates(ast_manager& m, func_decl*& f) const;
|
||||
void has_quantifiers(bool& existential, bool& universal) const;
|
||||
bool has_quantifiers() const;
|
||||
bool has_negation() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue