mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
apply relevancy filtering on unsupported ops, fix term construction bug in bv2fpa_converter fix #6548
This commit is contained in:
parent
37652e7e17
commit
0f4f32c5d0
5 changed files with 23 additions and 22 deletions
|
@ -2169,9 +2169,8 @@ namespace smt {
|
|||
*/
|
||||
template<typename Ext>
|
||||
bool theory_arith<Ext>::is_shared(theory_var v) const {
|
||||
if (!m_found_underspecified_op) {
|
||||
if (m_underspecified_ops.empty())
|
||||
return false;
|
||||
}
|
||||
enode * n = get_enode(v);
|
||||
enode * r = n->get_root();
|
||||
enode_vector::const_iterator it = r->begin_parents();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue