3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 06:45:25 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-06 16:59:36 -07:00
parent d2ec661ec6
commit bfb26ecc6d
2 changed files with 26 additions and 28 deletions

View file

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