mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +00:00
butterfly effect with relevancy marking
bail out of infinite instantiation loop
This commit is contained in:
parent
a6dce246f6
commit
823830181b
8 changed files with 45 additions and 33 deletions
|
@ -355,7 +355,7 @@ namespace smt {
|
|||
seq_rewriter m_seq_rewrite;
|
||||
seq_util m_util;
|
||||
arith_util m_autil;
|
||||
seq_skolem m_sk;
|
||||
seq::skolem m_sk;
|
||||
seq_axioms m_ax;
|
||||
seq_regex m_regex;
|
||||
arith_value m_arith_value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue