mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
add extra trace message in smt_context for theory_str results change
This commit is contained in:
parent
55ae83f47e
commit
e2d05578d6
1 changed files with 1 additions and 0 deletions
|
@ -3105,6 +3105,7 @@ namespace smt {
|
|||
theory_str * str = (theory_str*)th;
|
||||
if (str->overlapping_variables_detected()) {
|
||||
TRACE("t_str", tout << "WARNING: overlapping variables detected, UNSAT changed to UNKNOWN!" << std::endl;);
|
||||
TRACE("context", tout << "WARNING: overlapping variables detected in theory_str. UNSAT changed to UNKNOWN!" << std::endl;);
|
||||
r = l_undef;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue