mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 03:07:07 +00:00
parent
6e7e53e25c
commit
7fc9eb11db
|
@ -300,7 +300,7 @@ namespace datalog {
|
|||
// copy output predicates without any rule (bit-blasting not really needed)
|
||||
const func_decl_set& decls = source.get_output_predicates();
|
||||
for (func_decl* p : decls)
|
||||
if (!source.contains(p))
|
||||
if (!source.contains(p) || result->contains(p))
|
||||
result->set_output_predicate(p);
|
||||
|
||||
if (m_context.get_model_converter()) {
|
||||
|
|
Loading…
Reference in a new issue