3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-06 19:57:07 -07:00
parent b954e0d64b
commit cb136418d5

View file

@ -463,6 +463,8 @@ public:
reduce_hypotheses0(ast_manager& m): m(m), m_refs(m) {}
void operator()(proof_ref& pr) {
if (!pr)
throw default_exception("proof reduction requires well defined proofs");
proof_ref tmp(m);
tmp = pr;
elim(pr);