mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
gate mk_bool_app by existence of regex
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82fb7573d7
commit
9eedd4ecd6
2 changed files with 2 additions and 1 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) {
|
||||
if ((k == OP_AND || k == OP_OR) && 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