Skip to content

Commit

Permalink
Override convert_initialize_value method in bit_blaster_model_convert…
Browse files Browse the repository at this point in the history
…er.cpp
  • Loading branch information
NikolajBjorner committed Sep 23, 2024
1 parent 5c58329 commit 5a6dc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tactic/bv/bit_blaster_model_converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ struct bit_blaster_model_converter : public model_converter {
// no-op
}

void convert_initialize_value(vector<std::pair<expr_ref, expr_ref>>& var2value) {
void convert_initialize_value(vector<std::pair<expr_ref, expr_ref>>& var2value) override {
if (m_vars.empty() || var2value.empty())
return;
rational r;
Expand Down

0 comments on commit 5a6dc18

Please sign in to comment.