-
-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphs: grouped sporadic distance-regular graphs in a function #30356
Comments
Branch: public/graphs/30356 |
comment:1
I will add more constructions to this function later on. Last 10 new commits:
|
Commit: |
Changed dependencies from #300355 to #30355 |
Reviewer: Dima Pasechnik |
comment:3
after merging beta9 in, doctests fail, e.g.
|
comment:5
I forgot to test the code without the drg module. Now it should be fixed. |
comment:6
this ticket also gets shot down by dog-slow and memory-hungry |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
should this be rebased over the latests positively reviewed tickets by you? |
comment:11
Replying to @dimpase:
Yes. The dependency chain is #30312 -> #30329 -> #30337 -> #30343 -> #30356 |
comment:12
It seems to be a not-so-good idea to have such long chains of dependencies, if not really required. This can be blocked at any step. Think parallel instead of series. |
comment:13
without refactoring into smaller modules, this looks hard to avoid. |
comment:14
Indeed. This was just a non-specific comment. Note that one of the patchbot plugins is not green. |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:16
Merged all dependencies and fixed a bug |
comment:17
OK |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. This was a forced push. Last 10 new commits:
|
comment:20
rebased over #30343 |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Changed branch from public/graphs/30356 to |
Added a function
distance_regular_graph
with the purpose to build distance-regular graphs given their intersection array. At the moment we grouped only the sporadic constructions and serious existence checks are only done via the external package https://github.com/jaanos/sage-drg.Depends on #30355
Depends on #30343
CC: @dimpase
Component: graph theory
Author: Ivo Maffei
Branch/Commit:
0a9a194
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/30356
The text was updated successfully, but these errors were encountered: