Changes between Initial Version and Version 8 of Ticket #10953
- Timestamp:
- Jan 3, 2012, 11:59:17 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10953
-
Property
Status
changed from
new
topositive_review
- Property Cc mjo added
-
Property
Reviewers
changed from
to
Michael Orlitzky
-
Property
Status
changed from
-
Ticket #10953 – Description
initial v8 4 4 5 5 A quick fix to this is to test if the size of the graph is zero, in which case we return true. I assume the empty graph is k-regular for any k. If this is not the case for sage, another (better) error should be thrown. 6 7 Apply [attachment:trac_10953_empty_graph_is_regular.3.patch]