mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
sync with unstable (port bugfix)
Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
parent
9cea3a1c02
commit
4a710cf86d
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ namespace datalog {
|
||||||
}
|
}
|
||||||
|
|
||||||
// enforce interpreted tail predicates
|
// enforce interpreted tail predicates
|
||||||
unsigned ut_len=r->get_uninterpreted_tail_size();
|
unsigned ut_len = r->get_uninterpreted_tail_size();
|
||||||
unsigned ft_len = r->get_tail_size(); // full tail
|
unsigned ft_len = r->get_tail_size(); // full tail
|
||||||
ptr_vector<expr> tail;
|
ptr_vector<expr> tail;
|
||||||
for (unsigned tail_index = ut_len; tail_index < ft_len; ++tail_index) {
|
for (unsigned tail_index = ut_len; tail_index < ft_len; ++tail_index) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue