mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
parent
ee00852151
commit
112fa16bc0
2 changed files with 29 additions and 59 deletions
|
@ -239,7 +239,7 @@ namespace smt {
|
|||
for (; it != end; ++it) {
|
||||
theory_var b = it->get_base_var();
|
||||
if (b == null_theory_var) {
|
||||
TRACE("theory_arith_int", display_row(tout << "null: ", *it, true); );
|
||||
TRACE("arith_int", display_row(tout << "null: ", *it, true); );
|
||||
continue;
|
||||
}
|
||||
bool is_tight = false;
|
||||
|
@ -257,7 +257,7 @@ namespace smt {
|
|||
const_coeff = u->get_value().get_rational();
|
||||
}
|
||||
if (!is_tight) {
|
||||
TRACE("theory_arith_int",
|
||||
TRACE("arith_int",
|
||||
display_row(tout << "!tight: ", *it, true);
|
||||
display_var(tout, b);
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue