3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-08 01:57:59 +00:00

fix branch_variable() (#4472)

* fixed branch_variable()

* add docs
This commit is contained in:
trinhmt 2020-05-29 01:21:50 +08:00 committed by GitHub
parent e9eec5349d
commit 4aa1e60daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 284 additions and 305 deletions

View file

@ -281,8 +281,8 @@ theory_seq::theory_seq(context& ctx):
m_eq_id(0),
m_find(*this),
m_offset_eq(*this, m),
m_overlap(m),
m_overlap2(m),
m_overlap_lhs(m),
m_overlap_rhs(m),
m_factory(nullptr),
m_exclude(m),
m_axioms(m),