-
-
Notifications
You must be signed in to change notification settings - Fork 515
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
Fix use of MixedIntegerLinearProgram in sage.graphs.graph - part 1 #32237
Comments
Branch: oublic/graphs/32237_graph_1 |
Dependencies: #32197 |
Last 10 new commits:
|
Changed branch from oublic/graphs/32237_graph_1 to public/graphs/32237_graph_1 |
Commit: |
Reviewer: Matthias Koeppe |
comment:3
LGTM. Green patchbot => positive review |
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:5
I forgot to modify method |
comment:6
I've tested it locally |
Changed branch from public/graphs/32237_graph_1 to |
Part of #32191 (Meta-ticket: Audit/fix all uses of
MixedIntegerLinearProgram
insage.combinat
,sage.graphs
).We update the following methods in
graph.py
andbipartite_graph.py
:degree_constrained_subgraph
minimum_outdegree_orientation
matching
has_perfect_matching
Depends on #32197
CC: @mkoeppe @tscrim @dimpase
Component: graph theory
Author: David Coudert
Branch/Commit:
b7e9915
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/32237
The text was updated successfully, but these errors were encountered: