-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
move orientation methods from graph.py
to orientations.py
#38809
move orientation methods from graph.py
to orientations.py
#38809
Conversation
Documentation preview for this PR (built with commit f08cc2b; changes) is ready! 🎉 |
also move |
A doctest was failing when a different mip solver was used by default (cplex in my case). The new test is robust. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
We gather all orientation methods to file
src/sage/graphs/orientations.py
.This should ease the work of #38758.
📝 Checklist
⌛ Dependencies