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:
parent
af51d98a32
commit
69783db5e8
2 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue