mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 09:21:56 +00:00
use obj_ref_map
This commit is contained in:
parent
9ea01d521a
commit
3a5c30bd9b
3 changed files with 6 additions and 3 deletions
|
@ -217,6 +217,8 @@ theory_seq::theory_seq(ast_manager& m):
|
|||
m_new_solution(false),
|
||||
m_new_propagation(false),
|
||||
m_len_prop_lvl(-1),
|
||||
m_overlap(m),
|
||||
m_overlap2(m),
|
||||
m_mk_aut(m) {
|
||||
m_prefix = "seq.p.suffix";
|
||||
m_suffix = "seq.s.prefix";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue