mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
normalization of union/intersection
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ccea27de35
commit
ba1ca33637
4 changed files with 91 additions and 6 deletions
|
@ -203,7 +203,7 @@ struct th_rewriter_cfg : public default_rewriter_cfg {
|
|||
if (st != BR_FAILED)
|
||||
return st;
|
||||
}
|
||||
if ((k == OP_AND || k == OP_OR) && m_seq_rw.u().has_re()) {
|
||||
if ((k == OP_AND || k == OP_OR /*|| k == OP_EQ*/) && m_seq_rw.u().has_re()) {
|
||||
st = m_seq_rw.mk_bool_app(f, num, args, result);
|
||||
if (st != BR_FAILED)
|
||||
return st;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue