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:
parent
3d37c25bcc
commit
7ddd2856c8
4 changed files with 38 additions and 17 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue