mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix bug reported by Nuno Lopes when query gets sliced
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a8fb15ce2c
commit
a9e8045071
1 changed files with 4 additions and 0 deletions
|
@ -1465,6 +1465,10 @@ namespace datalog {
|
|||
if (m_rules.get_num_rules() == 0) {
|
||||
return l_false;
|
||||
}
|
||||
if (m_rules.get_predicate_rules(m_query_pred).empty()) {
|
||||
return l_false;
|
||||
}
|
||||
|
||||
|
||||
if (is_linear()) {
|
||||
if (m_ctx.get_engine() == QBMC_ENGINE) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue