-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
DiFUB algorithm fails on some random graph #32095
Comments
comment:1
Apparently there is a bug in the implementation of |
comment:2
it was an incorrect use of method New commits:
|
Author: David Coudert |
Commit: |
comment:3
Ok, this is good to go. Thanks for the quick fix. One needs to be carefull with setting |
Reviewer: Jonathan Kliem |
comment:5
If you prefer, we can use the graph6 string. |
comment:6
It would be nice. At the moment things are stable and the next doctest is run with the correct seed. However, this doctest needs to be always the last (involving randomness) in this block. |
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
|
comment:8
Should be better this way. |
comment:9
Yes, that is better. It also fixes the graph in case that random graphs change at some point. |
Changed branch from public/graphs/32095_fix_DiFUB_with_boost to |
Yet,
DiFUB
claims to be exact.Component: graph theory
Keywords: diameter
Author: David Coudert
Branch/Commit:
1d25896
Reviewer: Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/32095
The text was updated successfully, but these errors were encountered: