3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-08 08:51:55 +00:00

Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable

This commit is contained in:
Nikolaj Bjorner 2013-04-11 13:44:30 -07:00
commit a054b099c1
13 changed files with 39 additions and 41 deletions

View file

@ -254,6 +254,8 @@ namespace datalog {
m_context.transform_rules(alloc(mk_magic_sets, m_context, query_pred));
}
query_pred = m_context.get_rules().get_pred(query_pred);
lbool res = saturate();
if (res != l_undef) {