mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 05:18:44 +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
|
@ -590,7 +590,7 @@ namespace datalog {
|
|||
}
|
||||
|
||||
// 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
|
||||
ptr_vector<expr> tail;
|
||||
for (unsigned tail_index = ut_len; tail_index < ft_len; ++tail_index) {
|
||||
|
|
Loading…
Reference in a new issue