mirror of
https://github.com/Z3Prover/z3
synced 2025-06-14 09:56:15 +00:00
parent
6e7e53e25c
commit
7fc9eb11db
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ namespace datalog {
|
||||||
// copy output predicates without any rule (bit-blasting not really needed)
|
// copy output predicates without any rule (bit-blasting not really needed)
|
||||||
const func_decl_set& decls = source.get_output_predicates();
|
const func_decl_set& decls = source.get_output_predicates();
|
||||||
for (func_decl* p : decls)
|
for (func_decl* p : decls)
|
||||||
if (!source.contains(p))
|
if (!source.contains(p) || result->contains(p))
|
||||||
result->set_output_predicate(p);
|
result->set_output_predicate(p);
|
||||||
|
|
||||||
if (m_context.get_model_converter()) {
|
if (m_context.get_model_converter()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue