mirror of
https://github.com/Z3Prover/z3
synced 2025-06-01 03:41:21 +00:00
Fix #430: disable rewriting of concatentations with constants because it breaks equality propagation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cf970fd76a
commit
eae17a43a2
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ class solve_eqs_tactic : public tactic {
|
||||||
if (m_produce_proofs) {
|
if (m_produce_proofs) {
|
||||||
pr = m().mk_commutativity(m().mk_eq(lhs, rhs));
|
pr = m().mk_commutativity(m().mk_eq(lhs, rhs));
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue