We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0758045 commit 9427a21Copy full SHA for 9427a21
src/sage/combinat/bijectionist.py
@@ -159,8 +159,8 @@
159
sage: bij.set_statistics((lambda a: a.size(), lambda b: b.node_number()-1))
160
sage: from sage.combinat.cyclic_sieving_phenomenon import orbit_decomposition
161
sage: bij.set_constant_blocks(orbit_decomposition(A, theta))
162
- sage: list(bij.solutions_iterator())
163
- []
+ sage: len(list(bij.solutions_iterator()))
+ 0
164
165
Next we demonstrate how to search for a bijection. To do so, we identify `s`
166
and `S`::
0 commit comments