mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
061e94d723
commit
d06c51d517
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ namespace datalog {
|
|||
if (engine.get_fact(pred).is_reachable())
|
||||
should_keep = true;
|
||||
else if (m_context.get_model_converter()) {
|
||||
bool should_keep = false;
|
||||
for (rule* pr : source.get_predicate_rules(pred))
|
||||
for (unsigned i = 0; i < pr->get_uninterpreted_tail_size(); ++i)
|
||||
should_keep |= pr->get_tail(i)->get_decl() != pred;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue