mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +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
|
@ -32,6 +32,7 @@ namespace opt {
|
|||
m_msolver = 0;
|
||||
m_s = s;
|
||||
IF_VERBOSE(1, verbose_stream() << "(maxsmt)\n";);
|
||||
TRACE("opt", tout << "maxsmt\n";);
|
||||
if (m_soft_constraints.empty()) {
|
||||
TRACE("opt", tout << "no constraints\n";);
|
||||
m_msolver = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue