mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
parent
6f48c9ce51
commit
2a93ac3d81
3 changed files with 33 additions and 28 deletions
|
@ -254,6 +254,8 @@ struct evaluator_cfg : public default_rewriter_cfg {
|
|||
}
|
||||
func_interp * fi = m_model.get_func_interp(g);
|
||||
if (fi && (result = fi->get_array_interp(g))) {
|
||||
std::cout << g->get_name() << "\n";
|
||||
std::cout << result << "\n";
|
||||
model_evaluator ev(m_model, m_params);
|
||||
result = ev(result);
|
||||
m_pinned.push_back(result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue