mirror of
https://github.com/Z3Prover/z3
synced 2025-07-17 09:56:39 +00:00
fix #5863
This commit is contained in:
parent
6af170b058
commit
6be0a66b38
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ namespace datalog {
|
||||||
ast_manager& m = mc->get_manager();
|
ast_manager& m = mc->get_manager();
|
||||||
expr_ref_vector body(m);
|
expr_ref_vector body(m);
|
||||||
if (unreachable) {
|
if (unreachable) {
|
||||||
body.push_back(m.mk_false());
|
body.push_back(m.mk_true());
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
for (unsigned i = 0; i < r.get_tail_size(); ++i) {
|
for (unsigned i = 0; i < r.get_tail_size(); ++i) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue