Home
last modified time | relevance | path

Searched refs:is_fully_interp (Results 1 – 20 of 20) sorted by relevance

/dports/math/z3/z3-z3-4.8.13/src/ast/
H A Darray_decl_plugin.cpp606 bool array_decl_plugin::is_fully_interp(sort * s) const { in is_fully_interp() function in array_decl_plugin
610 if (!m_manager->is_fully_interp(get_array_domain(s, i))) in is_fully_interp()
613 return m_manager->is_fully_interp(get_array_range(s)); in is_fully_interp()
H A Ddatatype_decl_plugin.h231 bool is_fully_interp(sort * s) const override;
376 bool is_fully_interp(sort * s) const;
H A Ddatatype_decl_plugin.cpp647 bool plugin::is_fully_interp(sort * s) const { in is_fully_interp() function in datatype::decl::plugin
648 return u().is_fully_interp(s); in is_fully_interp()
671 bool util::is_fully_interp(sort * s) const { in is_fully_interp() function in datatype::util
688 if (!m.is_fully_interp(r)) { in is_fully_interp()
H A Darray_decl_plugin.h137 bool is_fully_interp(sort * s) const override;
H A Drecfun_decl_plugin.h171 … bool is_fully_interp(sort * s) const override { return false; } // might depend on unin sorts in is_fully_interp() function
H A Dast.h1080 virtual bool is_fully_interp(sort * s) const { return true; } in is_fully_interp() function
1715 bool is_fully_interp(sort * s) const;
H A Dast.cpp2680 bool ast_manager::is_fully_interp(sort * s) const { in is_fully_interp() function in ast_manager
2687 return p->is_fully_interp(s); in is_fully_interp()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/ast/
H A Darray_decl_plugin.cpp606 bool array_decl_plugin::is_fully_interp(sort * s) const { in is_fully_interp() function in array_decl_plugin
610 if (!m_manager->is_fully_interp(get_array_domain(s, i))) in is_fully_interp()
613 return m_manager->is_fully_interp(get_array_range(s)); in is_fully_interp()
H A Ddatatype_decl_plugin.h234 bool is_fully_interp(sort * s) const override;
373 bool is_fully_interp(sort * s) const;
H A Drecfun_decl_plugin.h169 … bool is_fully_interp(sort * s) const override { return false; } // might depend on unin sorts in is_fully_interp() function
H A Ddatatype_decl_plugin.cpp629 bool plugin::is_fully_interp(sort * s) const { in is_fully_interp() function in datatype::decl::plugin
630 return u().is_fully_interp(s); in is_fully_interp()
644 bool util::is_fully_interp(sort * s) const { in is_fully_interp() function in datatype::util
661 if (!m.is_fully_interp(r)) { in is_fully_interp()
H A Darray_decl_plugin.h137 bool is_fully_interp(sort * s) const override;
H A Dast.h1077 virtual bool is_fully_interp(sort * s) const { return true; } in is_fully_interp() function
1778 bool is_fully_interp(sort * s) const;
H A Dast.cpp2758 bool ast_manager::is_fully_interp(sort * s) const { in is_fully_interp() function in ast_manager
2765 return p->is_fully_interp(s); in is_fully_interp()
/dports/math/z3/z3-z3-4.8.13/src/tactic/core/
H A Delim_uncnstr_tactic.cpp244 if (!m().is_fully_interp(s)) in process_eq()
689 if (!m().is_fully_interp(c->get_domain(i))) in process_datatype_app()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/tactic/core/
H A Delim_uncnstr_tactic.cpp243 if (!m().is_fully_interp(s)) in process_eq()
688 if (!m().is_fully_interp(c->get_domain(i))) in process_datatype_app()
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dsmt_model_finder.cpp994 if (m.is_fully_interp(ns)) { in add_elem_to_empty_inst_sets()
/dports/math/z3/z3-z3-4.8.13/src/qe/
H A Dqe_lite.cpp619 if (!m.is_fully_interp(s) || !s->get_num_elements().is_infinite()) return false; in is_unconstrained()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/qe/
H A Dqe_lite.cpp619 if (!m.is_fully_interp(s) || !s->get_num_elements().is_infinite()) return false; in is_unconstrained()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dsmt_model_finder.cpp951 if (m.is_fully_interp(ns)) { in add_elem_to_empty_inst_sets()