mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 06:45:25 +00:00
parent
d2ec661ec6
commit
bfb26ecc6d
2 changed files with 26 additions and 28 deletions
|
@ -280,6 +280,9 @@ namespace spacer {
|
|||
else {
|
||||
// NEW IUC
|
||||
proof_ref res(get_proof(), m);
|
||||
|
||||
if (!res)
|
||||
throw default_exception("iuc assumes a proof object");
|
||||
|
||||
// -- old hypothesis reducer while the new one is broken
|
||||
if (m_old_hyp_reducer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue