mirror of
https://github.com/Z3Prover/z3
synced 2026-05-18 16:09:30 +00:00
Removed irrelevant information from membership constraints
This commit is contained in:
parent
195f2caf25
commit
2db99473a3
8 changed files with 22 additions and 219 deletions
|
|
@ -53,7 +53,7 @@ namespace seq {
|
|||
|
||||
// display regex memberships
|
||||
for (auto const &mem : n->str_mems()) {
|
||||
out << " str_mem[" << mem.m_id << "]: ";
|
||||
out << " str_mem: ";
|
||||
if (mem.m_str)
|
||||
out << "str[id=" << mem.m_str->id() << ",len=" << mem.m_str->length() << "]";
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue