mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
This commit is contained in:
parent
5d3f48cc8d
commit
d8905885ed
3 changed files with 6 additions and 1 deletions
|
@ -137,7 +137,7 @@ namespace bv {
|
|||
return true;
|
||||
|
||||
SASSERT(!n || !n->is_attached_to(get_id()));
|
||||
bool suppress_args = !get_config().m_bv_reflect && !m.is_considered_uninterpreted(a->get_decl());
|
||||
bool suppress_args = !reflect() && !m.is_considered_uninterpreted(a->get_decl());
|
||||
if (!n)
|
||||
n = mk_enode(e, suppress_args);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue