3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-19 22:44:02 -07:00
parent e1fa04b365
commit ad8eb8fdcb
3 changed files with 67 additions and 67 deletions

View file

@ -178,14 +178,7 @@ struct evaluator_cfg : public default_rewriter_cfg {
result = val;
return BR_DONE;
}
#if 0
func_decl* g = nullptr;
VERIFY(m_ar.is_as_array(f, g));
auto* fi = m_model.get_func_interp(g);
result = fi->get_array_interp(g);
if (result) return BR_REWRITE_FULL;
#endif
return BR_FAILED;
// fall through
}