mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
encoding options #4665
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e8826bb20f
commit
dbe2c9b305
3 changed files with 12 additions and 6 deletions
|
@ -2519,6 +2519,7 @@ void theory_seq::add_dependency(dependency*& dep, enode* a, enode* b) {
|
|||
|
||||
|
||||
void theory_seq::propagate() {
|
||||
force_push();
|
||||
if (ctx.get_fparams().m_seq_use_unicode)
|
||||
m_unicode.propagate();
|
||||
if (m_regex.can_propagate())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue