Skip to content

feat: Expose mutable Edge Weight iterators for MatrixGraph#946

Open
RaoulLuque wants to merge 6 commits into0.8from
rl/0.8/expose_mut_weight_iters
Open

feat: Expose mutable Edge Weight iterators for MatrixGraph#946
RaoulLuque wants to merge 6 commits into0.8from
rl/0.8/expose_mut_weight_iters

Conversation

@RaoulLuque
Copy link
Member

@RaoulLuque RaoulLuque commented Jan 21, 2026

This PR adds all_nodes, all_nodes_mut and all_edges, all_edges_mut Methods to MatrixGraph (and adds corresponding tests).

During the implementation of the new Traits on the "old" graph types as described in #891, we noticed that such methods would be useful, if not, necessary to implement the new traits on MatrixGraph.

This PR depends on the PR #941 being merged.

@RaoulLuque
Copy link
Member Author

The last commit 5bb3548 is just a drive-by as clippy seems to have failed unrelated to this. Not sure if it's new clippy lints or just because I touched the file in this PR 🤔

@RaoulLuque RaoulLuque changed the title feat: Expose mutable Edge Weight iterators for Old Graphs feat: Expose mutable Edge Weight iterators for MatrixGraph Jan 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant