mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
tweak control flow for empty clauses
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
48deb4d3e0
commit
6c8b8609ee
2 changed files with 7 additions and 4 deletions
|
@ -272,7 +272,7 @@ namespace euf {
|
|||
|
||||
if (create_hint) {
|
||||
log_justifications(l, ez, is_euf);
|
||||
if (reduced || multiple_theories)
|
||||
if (l != sat::null_literal && (reduced || multiple_theories))
|
||||
log_rup(l, r);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue