3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 14:55:25 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-04 10:45:57 -07:00
parent 31e16c7d60
commit 9531c5e167
2 changed files with 3 additions and 2 deletions

View file

@ -757,7 +757,7 @@ namespace smt {
}
TRACE("utvpi",
tout << "Disparity: " << v1 << "\n";
tout << "Disparity: " << v1 << " - " << v2 << "\n";
tout << "decrement: " << zero_v << "\n";
display(tout);
);