mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
add logging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a0359c3035
commit
4dc71acde0
3 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,7 @@ namespace opt {
|
|||
|
||||
IF_VERBOSE(1, verbose_stream() << "(optimize:check-sat)\n";);
|
||||
lbool is_sat = s.check_sat_core(0,0);
|
||||
TRACE("opt", tout << "initial search result: " << is_sat << "\n";);
|
||||
if (is_sat != l_true) {
|
||||
m_model = 0;
|
||||
return is_sat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue