3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-30 15:00:08 +00:00

add stub for certificate #1926

This commit is contained in:
Nikolaj Bjorner 2018-11-10 09:56:19 -08:00
parent 2c8d942568
commit d7ecaa2ebb
2 changed files with 5 additions and 1 deletions

View file

@ -2366,6 +2366,10 @@ void context::updt_params() {
}
}
void context::display_certificate(std::ostream& out) const {
proof_ref pr = get_proof();
out << pr;
}
void context::reset()
{