3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-02-22 13:00:20 -08:00
parent 6af170b058
commit 6be0a66b38

View file

@ -286,7 +286,7 @@ namespace datalog {
ast_manager& m = mc->get_manager();
expr_ref_vector body(m);
if (unreachable) {
body.push_back(m.mk_false());
body.push_back(m.mk_true());
}
else {
for (unsigned i = 0; i < r.get_tail_size(); ++i) {