Skip to content

feat(graph): add bfs#274

Open
vincentkoppen wants to merge 9 commits into
mainfrom
pgm/add-bfs
Open

feat(graph): add bfs#274
vincentkoppen wants to merge 9 commits into
mainfrom
pgm/add-bfs

Conversation

@vincentkoppen

@vincentkoppen vincentkoppen commented Jun 12, 2026

Copy link
Copy Markdown
Member

Part of #161

(First) implementation of bfs, please give feedback if anything is missing


Updated: now returns a list of (node, parent)

Signed-off-by: Vincent Koppen <[email protected]>
Signed-off-by: Vincent Koppen <[email protected]>
@vincentkoppen vincentkoppen changed the title feat: add bfs feat(graph): add bfs Jun 12, 2026
Signed-off-by: Vincent Koppen <[email protected]>
@vincentkoppen vincentkoppen marked this pull request as ready for review June 16, 2026 08:35
Comment thread tests/unit/model/graphs/test_graph_model.py Outdated
Signed-off-by: Vincent Koppen <[email protected]>
Comment thread src/power_grid_model_ds/_core/model/graphs/models/base.py Outdated
vincentkoppen and others added 3 commits June 18, 2026 13:03
Signed-off-by: Vincent Koppen <[email protected]>
…del-ds into pgm/add-bfs

Signed-off-by: Vincent Koppen <[email protected]>
@sonarqubecloud

Copy link
Copy Markdown

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.

2 participants