mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix enum2bv to handle singleton enumeration types, differentiate disequality conflicts for theories that handle disequalities vs. theories that don't
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
24fc19ed58
commit
41deae52c6
3 changed files with 4 additions and 29 deletions
|
@ -1111,8 +1111,8 @@ namespace smt {
|
|||
|
||||
if (r1 == r2) {
|
||||
TRACE("add_diseq_inconsistent", tout << "add_diseq #" << n1->get_owner_id() << " #" << n2->get_owner_id() << " inconsistency, scope_lvl: " << m_scope_lvl << "\n";);
|
||||
return true;
|
||||
// return false; // context is inconsistent
|
||||
theory_id t1 = r1->m_th_var_list.get_th_id();
|
||||
return get_theory(t1)->use_diseqs();
|
||||
}
|
||||
|
||||
// Propagate disequalities to theories
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue