3
0
Fork 0
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:
Thai Trinh 2017-12-08 18:36:20 +08:00
parent 9ea01d521a
commit 3a5c30bd9b
3 changed files with 6 additions and 3 deletions

View file

@ -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";