Skip to content

Commit 5a0dcc7

Browse files
author
Daniel Kroening
committed
boolbvt::print_assignment should call the print_assignment of the base class
1 parent 5297646 commit 5a0dcc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/solvers/flattening/boolbv.cpp

Lines changed: 2 additions & 0 deletions
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)