mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
This commit is contained in:
parent
9a5c0f2312
commit
76427cd281
3 changed files with 10 additions and 1 deletions
|
@ -999,6 +999,10 @@ bool goal2sat::has_interpreted_funs() const {
|
|||
return m_imp && !m_imp->interpreted_funs().empty();
|
||||
}
|
||||
|
||||
bool goal2sat::has_euf() const {
|
||||
return m_imp && m_imp->m_euf;
|
||||
}
|
||||
|
||||
void goal2sat::update_model(model_ref& mdl) {
|
||||
if (m_imp)
|
||||
m_imp->update_model(mdl);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue