mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +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
|
@ -33,7 +33,7 @@ namespace smt {
|
|||
ast_manager& m;
|
||||
arith_util a;
|
||||
seq_util seq;
|
||||
seq_skolem m_sk;
|
||||
seq::skolem m_sk;
|
||||
bool m_digits_initialized;
|
||||
|
||||
literal mk_eq_empty(expr* e, bool phase = true) { return mk_eq_empty2(e, phase); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue