mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
update slice/offset claim structures to allow for equal variable.
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1e9381c2f6
commit
1f0a6c051a
1 changed files with 1 additions and 2 deletions
|
@ -204,8 +204,7 @@ namespace polysat {
|
|||
|
||||
if (slice.child != null_var) {
|
||||
auto c = var2enode(m_pddvar2var[slice.child]);
|
||||
if (b != c)
|
||||
m_bv_plugin->explain_slice(b, 0, c, consume_eq);
|
||||
m_bv_plugin->explain_slice(b, 0, c, consume_eq);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue