mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
add logging of propagations to smt core
log theory propagations with annotation "smt". It allows tracking theory propagations (when used in conflicts) in the clause logs similar to the new core.
This commit is contained in:
parent
5374142e3e
commit
6188c536ef
7 changed files with 95 additions and 17 deletions
|
@ -304,7 +304,7 @@ namespace smt {
|
|||
}
|
||||
m_instances.push_back(pr1);
|
||||
}
|
||||
else if (m_context.on_clause_active()) {
|
||||
else if (m_context.clause_proof_active()) {
|
||||
expr_ref_vector bindings_e(m), args(m);
|
||||
arith_util a(m);
|
||||
expr_ref gen(a.mk_int(generation), m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue