mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 02:10:23 +00:00
fixes to clause proof tracking
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f7d015de8d
commit
0c2e3c0894
5 changed files with 19 additions and 37 deletions
|
@ -1033,6 +1033,7 @@ namespace smt {
|
|||
return pr;
|
||||
}
|
||||
SASSERT(js != 0);
|
||||
TRACE("proof_gen_bug", tout << js << "\n";);
|
||||
m_todo_pr.push_back(tp_elem(js));
|
||||
return nullptr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue