mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
make case-def and recfun-num-rounds re-parsable for logging
This commit is contained in:
parent
ef10119005
commit
21362c0b98
4 changed files with 41 additions and 20 deletions
|
@ -148,6 +148,7 @@ 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);
|
||||
vals.push_back(bit_val);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue