Opened 10 years ago
Closed 10 years ago
#14298 closed PLEASE CHANGE (invalid)
is_strongly_regular does not handle complete graphs
Reported by: | azi | Owned by: | jason, ncohen, rlm |
---|---|---|---|
Priority: | minor | Milestone: | sage-duplicate/invalid/wontfix |
Component: | graph theory | Keywords: | |
Cc: | ncohen rbeezer dcoudert | Merged in: | |
Authors: | Reviewers: | Karl-Dieter Crisman | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
It appears that the strongly regular thing does not handle complete graphs
sage: G.is_strongly_regular() sage:
what it should return is false. I am currently too lazy to fix this so I am reporting it in case anyone of you guys is willing to fix it. Otherwise I might do it at some undefined time in the future.
Change History (3)
comment:1 Changed 10 years ago by
Milestone: | sage-5.9 → sage-duplicate/invalid/wontfix |
---|---|
Status: | new → needs_review |
comment:2 Changed 10 years ago by
Reviewers: | → Karl-Dieter Crisman |
---|---|
Status: | needs_review → positive_review |
comment:3 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
Dup of #14297.