Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jan 4, 2023
1 parent 380c701 commit e009915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tactic/bv/bit_blaster_model_converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ struct bit_blaster_model_converter : public model_converter {
for (expr* bit : *to_app(bs)) {
func_decl * bit_decl = to_app(bit)->get_decl();
expr * bit_val = old_model->get_const_interp(bit_decl);
CTRACE("bv", !bit_val, tout << mk_pp(bit, m()) << " " << *old_model << "\n");
SASSERT(bit_val);
if (!bit_val)
bit_val = m().mk_false();
vals.push_back(bit_val);
}
if (TO_BOOL)
Expand Down

0 comments on commit e009915

Please sign in to comment.