mirror of
https://github.com/Z3Prover/z3
synced 2025-08-30 15:00:08 +00:00
Implement get_proof() in bmc and spacer engines
This commit is contained in:
parent
876cfb4dc9
commit
375c0ff9a9
4 changed files with 8 additions and 8 deletions
|
@ -2909,11 +2909,6 @@ model_ref context::get_model()
|
|||
return model;
|
||||
}
|
||||
|
||||
proof_ref context::get_proof() const
|
||||
{
|
||||
return proof_ref (m);
|
||||
}
|
||||
|
||||
expr_ref context::get_answer()
|
||||
{
|
||||
switch(m_last_result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue