mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
add a trace statement
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
1971ee60e1
commit
3b67dd8288
3 changed files with 58 additions and 40 deletions
|
@ -215,6 +215,7 @@ namespace lp {
|
|||
|
||||
if (u1 < l1) {
|
||||
fill_explanation_from_fixed_columns(row);
|
||||
TRACE("gcd_test", tout << "row failed the GCD test:\n"; lia.display_row(tout, row););
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue