mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15: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
|
@ -602,6 +602,10 @@ static void tst_sturm() {
|
|||
b = rs1[3];
|
||||
am.isolate_roots(q, rs2);
|
||||
c = rs2[3];
|
||||
|
||||
display_anums(std::cout, rs1);
|
||||
display_anums(std::cout, rs2);
|
||||
|
||||
am.display_decimal(std::cout << "a:", a) << "\n";
|
||||
am.display_interval(std::cout << "a:", a) << "\n";
|
||||
am.display_root(std::cout << "a:", a) << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue