mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
parent
8118292def
commit
eacde16b3e
5 changed files with 14 additions and 14 deletions
|
@ -38,8 +38,8 @@ public:
|
|||
}
|
||||
|
||||
void operator()(model_ref & md) override {
|
||||
model * new_model = alloc(model, m);
|
||||
convert(md.get(), new_model);
|
||||
model_ref new_model = alloc(model, m);
|
||||
convert(md.get(), new_model.get());
|
||||
md = new_model;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue