You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sagemathgh-39382: Correct method `is_sparse_paving`
It was brought to my attention that the method `is_sparse_paving` is
incorrect. See
sagemath#36962 (comment).
The method should only check the symmetric differences of `r`-element
circuits rather than all (`r`- and `r+1`-element) circuits.
The algorithm used is based on a somewhat unusual definition which can
be found in https://arxiv.org/pdf/math/0404200.
URL: sagemath#39382
Reported by: gmou3
Reviewer(s): Travis Scrimshaw
0 commit comments