mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +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
|
@ -576,7 +576,7 @@ namespace datalog {
|
|||
|
||||
void context::check_uninterpreted_free(rule_ref& r) {
|
||||
func_decl* f = 0;
|
||||
if (r->has_uninterpreted_non_predicates(f)) {
|
||||
if (r->has_uninterpreted_non_predicates(m, f)) {
|
||||
std::stringstream stm;
|
||||
stm << "Uninterpreted '"
|
||||
<< f->get_name()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue