3
0
Fork 0
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:
Arie Gurfinkel 2019-08-12 11:03:50 -04:00 committed by Nikolaj Bjorner
parent 876cfb4dc9
commit 375c0ff9a9
4 changed files with 8 additions and 8 deletions

View file

@ -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) {