mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
bug fixes reported by Miguel
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b72225d7d0
commit
32711790e8
6 changed files with 17 additions and 4 deletions
|
@ -173,6 +173,10 @@ lbool tactic2solver::check_sat_core(unsigned num_assumptions, expr * const * ass
|
|||
m_result->set_status(l_undef);
|
||||
if (reason_unknown != "")
|
||||
m_result->m_unknown = reason_unknown;
|
||||
if (num_assumptions == 0) {
|
||||
m_assertions.reset();
|
||||
g->get_formulas(m_assertions);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue