Skip to content

is_bigraphical should not have an option for self-loops #730

@szhorvat

Description

@szhorvat

Describe the bug

igraph_bigraphical() has an option for self-loops, and states:

The bipartite graph may or may not have multiple and loop edges, depending on the allowed edge types in the remaining arguments.

This is incorrect. Bipartite graphs cannot have loop edges by definition. The docs should be changed and the loops argument removed.

https://python.igraph.org/en/stable/api/index.html#is_bigraphical

Version information
0.11.2

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions