mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
parent
a069b65669
commit
c560ee54e8
3 changed files with 16 additions and 23 deletions
|
@ -99,7 +99,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
void clause_proof::update(status st, expr_ref_vector& v, proof* p) {
|
||||
TRACE("clause_proof", tout << st << " " << v << "\n";);
|
||||
TRACE("clause_proof", tout << m_trail.size() << " " << st << " " << v << "\n";);
|
||||
IF_VERBOSE(3, verbose_stream() << st << " " << v << "\n");
|
||||
m_trail.push_back(info(st, v, p));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue