Skip to content

Commit e707be3

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#1591 from diffblue/print_assignment
boolbvt::print_assignment should call the print_assignment of the base class
2 parents 645f631 + 5a0dcc7 commit e707be3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/solvers/flattening/boolbv.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,8 @@ bool boolbvt::is_unbounded_array(const typet &type) const
697697

698698
void boolbvt::print_assignment(std::ostream &out) const
699699
{
700+
arrayst::print_assignment(out);
701+
700702
for(const auto &it : map.mapping)
701703
{
702704
out << it.first << "="

0 commit comments

Comments
 (0)