mirror of
https://github.com/Z3Prover/z3
synced 2025-06-28 08:58:44 +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
|
@ -120,7 +120,7 @@ class report_verbose_tactic : public skip_tactic {
|
|||
unsigned m_lvl;
|
||||
public:
|
||||
report_verbose_tactic(char const * msg, unsigned lvl) : m_msg(msg), m_lvl(lvl) {}
|
||||
|
||||
|
||||
virtual void operator()(goal_ref const & in,
|
||||
goal_ref_buffer & result,
|
||||
model_converter_ref & mc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue