Ticket #12169 (closed enhancement: fixed)
Adding Harary graphs to graph generators.
| Reported by: | fidelbarrera | Owned by: | jason, ncohen, rlm |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.0 |
| Component: | graph theory | Keywords: | graph generators, Harary graph |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | David Coudert, Nathann Cohen |
| Authors: | Fidel Barrera-Cruz | Merged in: | sage-5.0.beta14 |
| Dependencies: | Stopgaps: |
Description
The Harary graph H_{k,n} is a minimal k-connected graph on n vertices, where 2<=k<n.
About Harary graphs:
Attachments
Change History
Changed 17 months ago by fidelbarrera
-
attachment
trac_12169_1.patch
added
comment:1 Changed 14 months ago by dcoudert
- Status changed from new to needs_review
- Reviewers set to David Coudert
Hello,
this patch was not set as needs review but was apparently waiting for it.
I wrote a small review patch mainly adding missing tests.
We now need someone to finalize the review.
comment:2 Changed 14 months ago by ncohen
Hellooooooooo !!!
Could you add the HararyGraph? to the list of graph constructors at the beginning of the file ? As it is it does not appear in the index :-)
Once this is done, this patch can go !
Nathann
comment:3 Changed 14 months ago by ncohen
- Status changed from needs_review to needs_work
- Reviewers changed from David Coudert to David Coudert, Nathann Cohen
- Authors set to Fidel Barrera-Cruz
comment:4 Changed 14 months ago by dcoudert
- Status changed from needs_work to needs_review
Done inside review patch.
I let you conclude on the status of this patch.
Note: See
TracTickets for help on using
tickets.

Patch for Harary graphs