-
-
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
Incidence matrix method doesnt work for G = DiGraph({0: ['a']}) #29277
Comments
comment:1
When vertices are of different types, a solution is to give as input an ordering of the vertices
and we will have to proceed with #22349 to stop sorting vertices and edges by default (not easy). |
comment:2
Replying to @dcoudert:
I was wondering why can't we make the following changes: Also, We are kind of expecting the same behavior as above from fixing of #22349 |
comment:3
We did a hard work on the graph module to make it compatible with Python3. We let this case for compatibility with other codes for the moment. The compromise was to introduce parameter |
comment:4
Moving tickets to milestone sage-9.2 based on a review of last modification date, branch status, and severity. |
comment:6
Sage development has entered the release candidate phase for 9.3. Setting a new milestone for this ticket based on a cursory review. |
Dependencies: #22349 |
Current behavior:
incidence_matrix method should be able to handle the case when vertices are of mismatched types.
Depends on #22349
CC: @dcoudert
Component: graph theory
Issue created by migration from https://trac.sagemath.org/ticket/29277
The text was updated successfully, but these errors were encountered: