3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

print roots as part of test

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-24 15:28:51 -07:00
parent af51d98a32
commit 69783db5e8
2 changed files with 4 additions and 1 deletions

View file

@ -575,7 +575,6 @@ namespace algebraic_numbers {
auto& a = r[i];
for (unsigned j = 0; j < r.size(); ++j) {
auto& b = r[j];
bool ltab = lt(a, b);
for (unsigned k = 0; k < r.size(); ++k) {
auto& c = r[k];
bool b_lt_a = lt(b, a);