mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 17:38:45 +00:00
trace reason for undef in arithmetic, enable model generation on THEORY incompleteness, but retain undef result
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4995ce1fde
commit
9412890c63
4 changed files with 11 additions and 5 deletions
|
@ -1294,8 +1294,10 @@ namespace smt {
|
|||
}
|
||||
tout << "max: " << max << ", min: " << min << "\n";);
|
||||
|
||||
if (m_params.m_arith_ignore_int)
|
||||
if (m_params.m_arith_ignore_int) {
|
||||
TRACE("arith", tout << "Ignore int: give up\n";);
|
||||
return FC_GIVEUP;
|
||||
}
|
||||
|
||||
if (!gcd_test())
|
||||
return FC_CONTINUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue