-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Compute bases/circuits in MatroidUnion #33744
Comments
comment:2
Indeed, the issue comes from |
Commit: |
Branch: u/tkarn/matroid_union_33744 |
Reviewer: Travis Scrimshaw |
comment:5
While this will fix the problem, this introduces a slowdown in the code: the |
comment:6
I did think about that. However, if I were to make the change in the way you suggest, the place I see to change is on line 2645 of |
comment:7
I disagree. Sometimes you need to make a cast as a necessary part of the code. Here we are trying to balance things: speed versus robustness. It was decided that speed was more important here, and the requirements of the method are clearly documented. This means we have to change more things as a result, but that is not a detractor. Nanoseconds done millions of times add up too. |
comment:8
Ok, that makes sense! Thanks! |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:11
Thank you. Green bot => positive review. |
comment:12
I just want to make sure I'm not going crazy - is the bot is still showing that it has not started running yet for you as well? |
comment:13
No, it hasn’t. I probably won’t be able to test for another 3 weeks. If tests pass for you, then we can set a positive review. |
comment:14
The tests on |
comment:16
author name missing |
comment:17
Ope! |
Author: Trevor K. Karn |
Changed branch from u/tkarn/matroid_union_33744 to |
It appears there is a bug computing the bases and circuits of a
MatroidUnion
.CC: @trevorkarn @tscrim @sagetrac-Stefan @sagetrac-Rudi @sagetrac-yomcat
Component: matroid theory
Keywords: union
Author: Trevor K. Karn
Branch/Commit:
8fffb1c
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/33744
The text was updated successfully, but these errors were encountered: