Skip to content

Commit bb0efc5

Browse files
committed
add comment and ref to #35748
1 parent 43f58c6 commit bb0efc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,8 @@ def some_inverse_U_matrix(lines):
12901290
"""
12911291
d = len(seq(0)) + len(lines)
12921292

1293+
# The following search for an inverse works but is inefficient;
1294+
# see :trac:`35748` for details.
12931295
for m_indices in cantor_product(xsrange(n_verify), repeat=d, min_slope=1):
12941296
# Iterate over all increasing lists of length d consisting
12951297
# of non-negative integers less than `n_verify`.

0 commit comments

Comments
 (0)