mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
parent
98bd437e46
commit
559c3ca012
5 changed files with 43 additions and 21 deletions
|
@ -332,7 +332,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
bool check_quantifier(quantifier* q) {
|
||||
return m_context.is_relevant(q) && m_context.get_assignment(q) == l_true; // && !m().is_rec_fun_def(q);
|
||||
return m_context.is_relevant(q) && m_context.get_assignment(q) == l_true;
|
||||
}
|
||||
|
||||
bool quick_check_quantifiers() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue