mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 22:03:39 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
99b291e78d
commit
7452e55698
10 changed files with 34 additions and 29 deletions
|
@ -1056,7 +1056,8 @@ namespace smt {
|
|||
}
|
||||
|
||||
bool inconsistent() const {
|
||||
return m_conflict != null_b_justification;
|
||||
return m_conflict != null_b_justification ||
|
||||
m_asserted_formulas.inconsistent();
|
||||
}
|
||||
|
||||
unsigned get_num_conflicts() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue