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:
commit
a054b099c1
13 changed files with 39 additions and 41 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue