mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +00:00
fix #5863
This commit is contained in:
parent
6af170b058
commit
6be0a66b38
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue