mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
tune and fix doc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
16f80fce92
commit
918d52f1b0
13 changed files with 188 additions and 103 deletions
|
@ -1500,7 +1500,7 @@ namespace datalog {
|
|||
if (m_rules.get_rule(i)->get_uninterpreted_tail_size() > 1) {
|
||||
return false;
|
||||
}
|
||||
if (m_rules.get_rule(i)->has_quantifiers()) {
|
||||
if (m_rules.get_rule_manager().has_quantifiers(*m_rules.get_rule(i))) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue