3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-06-20 15:40:37 +00:00

updated term enumerator

This commit is contained in:
Nikolaj Bjorner 2026-06-19 16:18:07 -07:00
parent 5dfe836d38
commit f0af251bb2

View file

@ -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);
}