Skip to content

Graph.Incidence should accept weighted argument #229

@jboynyc

Description

@jboynyc
  • This issue is for the Python interface of igraph.
  • This issue is a bug report or a feature request, not a support question.

The Python interface supports creating bipartite graphs from incidence matrices using Graph.Incidence. The corresponding function graph_from_incidence_matrix in the R library accepts an argument weighted (see documentation) to treat non-zero matrix values as edge weights, while the Python library does not.

It would be nice for python-igraph to have feature partity with R-igraph.

Metadata

Metadata

Assignees

No one assigned

    Labels

    todoTriaged for implementation in some unspecified future version

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions