Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/solvers/flattening/boolbv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,8 @@ bool boolbvt::is_unbounded_array(const typet &type) const

void boolbvt::print_assignment(std::ostream &out) const
{
arrayst::print_assignment(out);

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer SUB::print_assignment(out); and I do see @tautschnig 's point but otherwise OK.

for(const auto &it : map.mapping)
{
out << it.first << "="
Expand Down