Skip to content

Conversation

@Sirivasv
Copy link
Owner

Fixes #27

Copilot AI review requested due to automatic review settings September 13, 2025 11:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a nodeIDs property to the BMSSP constructor that stores unique node identifiers from the input graph edges as a Set.

  • Introduces a nodeIDs Set property to track unique node identifiers
  • Updates the constructor to populate the Set while processing edges
  • Adds comprehensive test coverage for the new functionality

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/bmssp.mjs Adds nodeIDs Set property and populates it during edge processing
test/main.test.mjs Adds test suite to verify nodeIDs Set contains correct unique node identifiers

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov
Copy link

codecov bot commented Sep 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Sirivasv Sirivasv merged commit 782e09b into main Sep 13, 2025
5 checks passed
@Sirivasv Sirivasv deleted the feat/nodeIDs branch September 13, 2025 11:30
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.

Add a vertex index

2 participants