mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
parent
9bf5e3f5fc
commit
e2cfc53c9f
|
@ -71,7 +71,7 @@ namespace q {
|
|||
for (auto const& [qlit, fml, inst, generation] : m_instantiations) {
|
||||
euf::solver::scoped_generation sg(ctx, generation + 1);
|
||||
sat::literal lit = ~ctx.mk_literal(fml);
|
||||
auto* ph = q_proof_hint::mk(ctx, ~qlit, lit, inst.size(), inst.data());
|
||||
auto* ph = ctx.use_drat()? q_proof_hint::mk(ctx, ~qlit, lit, inst.size(), inst.data()) : nullptr;
|
||||
m_qs.add_clause(~qlit, lit, ph);
|
||||
m_qs.log_instantiation(~qlit, lit);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue