mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 01:41:57 +00:00
dbg proagate_eq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9dd8ebb474
commit
dbd90e5f86
3 changed files with 7 additions and 9 deletions
|
@ -1536,6 +1536,7 @@ bool theory_seq::internalize_term(app* term) {
|
|||
}
|
||||
|
||||
if (ctx.get_fparams().m_seq_use_derivatives &&
|
||||
m.is_bool(term) &&
|
||||
(m_util.str.is_in_re(term) || m_sk.is_skolem(term))) {
|
||||
bool_var bv = ctx.mk_bool_var(term);
|
||||
ctx.set_var_theory(bv, get_id());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue