mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 04:48:45 +00:00
stash
This commit is contained in:
parent
cd48a5164e
commit
a2207bc35c
|
@ -387,6 +387,8 @@ namespace datalog {
|
|||
}
|
||||
lbool is_sat = m_hb.saturate();
|
||||
TRACE("dl_verbose", m_hb.display(tout););
|
||||
// TBD: actually transition function can be unsat.
|
||||
// in this case the rule can be removed.
|
||||
SASSERT(is_sat == l_true);
|
||||
dst.reset();
|
||||
unsigned basis_size = m_hb.get_basis_size();
|
||||
|
|
Loading…
Reference in a new issue