mirror of
https://github.com/Z3Prover/z3
synced 2026-02-24 01:01:19 +00:00
#6364 proviso for ignore int
This commit is contained in:
parent
5c7eaec566
commit
a24b5a64e1
2 changed files with 3 additions and 1 deletions
|
|
@ -320,6 +320,8 @@ namespace euf {
|
|||
void solver::validate_model(model& mdl) {
|
||||
if (!m_unhandled_functions.empty())
|
||||
return;
|
||||
if (get_config().m_arith_ignore_int)
|
||||
return;
|
||||
for (auto* s : m_solvers)
|
||||
if (s && s->has_unhandled())
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue