3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00
This commit is contained in:
Lev Nachmanson 2023-03-06 09:33:53 -08:00
parent 6132bf93f7
commit 377ceba6d5
14 changed files with 22 additions and 1151 deletions

View file

@ -3126,7 +3126,7 @@ public:
return l_false;
TRACE("arith", tout << "status treated as inconclusive: " << status << "\n";);
// TENTATIVE_UNBOUNDED, UNBOUNDED, TENTATIVE_DUAL_UNBOUNDED, DUAL_UNBOUNDED,
// FLOATING_POINT_ERROR, TIME_EXAUSTED, EMPTY, UNSTABLE
// TIME_EXAUSTED, EMPTY, UNSTABLE
return l_undef;
}