mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
Merge branch 'unstable' into interp
This commit is contained in:
commit
a785a5a4b8
33 changed files with 1995 additions and 1628 deletions
|
@ -581,7 +581,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