mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
add catch for cancellation intermixed with return value l_true. To address regressions in QF_LIA tests
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
77c423b9aa
commit
5d71190468
6 changed files with 97 additions and 48 deletions
|
@ -1315,7 +1315,7 @@ namespace smt {
|
|||
bool already_internalized_theory_core(theory * th, expr_ref_vector const & s) const;
|
||||
#endif
|
||||
bool check_preamble(bool reset_cancel);
|
||||
void check_finalize(lbool r);
|
||||
lbool check_finalize(lbool r);
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue