mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
'clean
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d64bc795f0
commit
a764d528a1
5 changed files with 17 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue