3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

tweak control flow for empty clauses

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-07-23 18:16:00 -07:00
parent 48deb4d3e0
commit 6c8b8609ee
2 changed files with 7 additions and 4 deletions

View file

@ -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);
}
}