3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 04:48:45 +00:00
This commit is contained in:
Nikolaj Bjorner 2013-04-01 07:52:55 -07:00
parent cd48a5164e
commit a2207bc35c

View file

@ -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();