mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
add logging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4dc71acde0
commit
f1194ffeaa
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ namespace opt {
|
|||
}
|
||||
|
||||
if (m_cancel || is_sat == l_undef) {
|
||||
TRACE("opt", tout << "undef: " << m_cancel << " " << is_sat << "\n";);
|
||||
return l_undef;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue