mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 17:54:43 +00:00
add validation code, fix bugs in consequence finder
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4d9aadde35
commit
c746d46d80
3 changed files with 70 additions and 10 deletions
|
@ -403,7 +403,6 @@ namespace smt {
|
|||
// the previous levels were already inconsistent, or the inconsistency was
|
||||
// triggered by an axiom or justification proof wrapper, this two kinds
|
||||
// of justification are considered level zero.
|
||||
|
||||
if (m_conflict_lvl <= m_ctx.get_search_level()) {
|
||||
TRACE("conflict", tout << "problem is unsat\n";);
|
||||
if (m_manager.proofs_enabled())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue