3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

Added is_considered_uninterpreted() to decl_plugins.

This commit is contained in:
Christoph M. Wintersteiger 2016-02-05 15:22:37 +00:00
parent 3d37c25bcc
commit 7ddd2856c8
4 changed files with 38 additions and 17 deletions

View file

@ -202,7 +202,7 @@ struct evaluator_cfg : public default_rewriter_cfg {
if (m_model_completion &&
(f->get_family_id() == null_family_id ||
m_bv_rw.get_util().is_considered_uninterpreted(f)))
m().get_plugin(f->get_family_id())->is_considered_uninterpreted(f)))
{
sort * s = f->get_range();
expr * val = m_model.get_some_value(s);