mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Override convert_initialize_value method in bit_blaster_model_converter.cpp
This commit is contained in:
parent
5c583299f1
commit
5a6dc18d0d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue