3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00

fix #5882. Use model true when inlining (#5892)

This commit is contained in:
Hari Govind V K 2022-03-09 15:31:39 -05:00 committed by GitHub
parent 8e18a94558
commit f26c12a9ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -449,7 +449,7 @@ namespace datalog {
}
}
if (modified) {
datalog::del_rule(m_mc, *r0, l_false);
datalog::del_rule(m_mc, *r0, l_true);
}
return modified;