Changes between Initial Version and Version 1 of Ticket #18972, comment 24
- Timestamp:
- 08/04/15 13:01:46 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18972, comment 24
initial v1 19 19 > But really, all in all, I don't see the point of creating a new module, a new class and 6 functions, if all it takes to build the descendant of a graph is 5 lines of code. 20 20 21 Did you see the patch for Chang graphs? Do you think it is useless and should be removed?21 Did you see the [http://git.sagemath.org/sage.git/diff/src/sage/graphs/generators/families.py?id=5115728f80aa95f87a272feec999e317ccdffba4&id2=edb1b0870d25373a1cf8def52c5fe3159245f59d patch for Chang graphs]? Do you think it is useless and should be removed? 22 22 (IMHO, Chang graphs should be constructed this way, not the way it's done at present).