mirror of
https://github.com/Z3Prover/z3
synced 2026-06-20 15:40:37 +00:00
updated term enumerator
This commit is contained in:
parent
5dfe836d38
commit
f0af251bb2
1 changed files with 1 additions and 0 deletions
|
|
@ -257,6 +257,7 @@ static void tst_nested_array_enumeration() {
|
|||
|
||||
ENSURE(count >= 1); // At least the constant array
|
||||
std::cout << "Enumerated " << count << " terms of sort Array(A, Array(B, A))\n";
|
||||
|
||||
te.display(std::cout);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue