3
0
Fork 0
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:
Nuno Lopes 2014-09-17 16:33:27 +01:00
parent 9cea3a1c02
commit 4a710cf86d

View file

@ -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) {