-
-
Notifications
You must be signed in to change notification settings - Fork 519
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: more classical parameters distance regular graphs #30312
Comments
Last 10 new commits:
|
Branch: public/graphs/30312 |
Commit: |
comment:3
|
comment:4
Yes, I've changed it and also merged #30303 (with the update to 9.2.beta8). Of course as soon as #29886 or something similar gets fixed, I can change back these functions to something neater. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
Now this should work without #29886. |
comment:8
very long doctests that need more than 1 minute, say, should be tagged as Also, there is a typo: |
Reviewer: Dima Pasechnik |
comment:10
I added the |
comment:44
by the way, nothing prevents you from trying to use the meataxe backend for matrices, and falling back on the default one if it's not available. |
comment:45
If you like to add the meataxe speed up option, please do, else it's good as it is. |
comment:46
Replying to @dimpase:
The current code is faster than any previous version that used meataxe |
Changed branch from public/graphs/30312 to |
Changed commit from |
comment:49
|
Changed branch from |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:52
some tests should still be tagged long:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:54
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:56
long tests are still a bit too long to my taste, but OK. |
Changed branch from public/graphs/30312 to |
Added three families of distance regular graphs, they are based, respectively, on bilinear forms, alternating forms and hermitian forms.
Also moved
AztecDiamondGraph
to families of graphs rather than basic structures.Depends on #30303
CC: @dimpase
Component: graph theory
Author: Ivo Maffei
Branch/Commit:
9e69f0d
Reviewer: Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/30312
The text was updated successfully, but these errors were encountered: