mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 16:48:06 +00:00
Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
commit
bfbdad3ce6
79 changed files with 1497 additions and 1604 deletions
|
@ -1867,7 +1867,7 @@ namespace pdr {
|
|||
}
|
||||
|
||||
bool context::check_invariant(unsigned lvl, func_decl* fn) {
|
||||
smt::solver ctx(m, m_fparams);
|
||||
smt::kernel ctx(m, m_fparams);
|
||||
pred_transformer& pt = *m_rels.find(fn);
|
||||
expr_ref_vector conj(m);
|
||||
expr_ref inv = pt.get_formulas(next_level(lvl), false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue