Skip to content

Commit c33377b

Browse files
committed
Fix tests
1 parent 8bfa2e5 commit c33377b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/sage/combinat/matrices/dancing_links.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,9 +1017,6 @@ cdef class dancing_linksWrapper:
10171017
the `i`-th row is in the solution::
10181018
10191019
sage: p.show() # needs sage.numerical.mip
1020-
Maximization:
1021-
<BLANKLINE>
1022-
<BLANKLINE>
10231020
Constraints:...
10241021
one 1 in 0-th column: 1.0 <= x_0 + x_1 <= 1.0
10251022
one 1 in 1-th column: 1.0 <= x_0 + x_2 <= 1.0

0 commit comments

Comments
 (0)