mirror of
https://github.com/Z3Prover/z3
synced 2025-07-31 16:33:18 +00:00
parent
b954e0d64b
commit
cb136418d5
1 changed files with 2 additions and 0 deletions
|
@ -463,6 +463,8 @@ public:
|
||||||
reduce_hypotheses0(ast_manager& m): m(m), m_refs(m) {}
|
reduce_hypotheses0(ast_manager& m): m(m), m_refs(m) {}
|
||||||
|
|
||||||
void operator()(proof_ref& pr) {
|
void operator()(proof_ref& pr) {
|
||||||
|
if (!pr)
|
||||||
|
throw default_exception("proof reduction requires well defined proofs");
|
||||||
proof_ref tmp(m);
|
proof_ref tmp(m);
|
||||||
tmp = pr;
|
tmp = pr;
|
||||||
elim(pr);
|
elim(pr);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue