3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-10-30 13:14:48 -07:00
parent d64bc795f0
commit a764d528a1
5 changed files with 17 additions and 4 deletions

View file

@ -392,6 +392,8 @@ namespace sat {
}
void solver::drat_log_unit(literal lit, justification j) {
if (!m_ext)
return;
extension::scoped_drating _sd(*m_ext.get());
if (j.get_kind() == justification::EXT_JUSTIFICATION)
fill_ext_antecedents(lit, j, false);