Skip to content

Commit

Permalink
Merge branch 'cmr' into cmr_3sum
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantillan3 committed Sep 13, 2023
2 parents d89ae6c + ec229ef commit cff7132
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/sage/matrix/seymour_decomposition.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -499,11 +499,19 @@ cdef class SpecialLeafNode(DecompositionNode):

def _repr_(self):
return f'Isomorphic to a minor of {self._matroid()}'
<<<<<<< HEAD
=======

>>>>>>> cmr
def rep_matrix(self):
r"""
WIP
"""
assert NotImplementedError
<<<<<<< HEAD
=======

>>>>>>> cmr
cdef int representation_matrix
cdef CMR_DEC_TYPE typ = CMRdecIsSpecialLeaf(self._dec, &representation_matrix)
return Matrix_cmr_chr_sparse._from_data(representation_matrix, immutable=False)
Expand Down

0 comments on commit cff7132

Please sign in to comment.