Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add different greedy strategies for node coloring #1137

Open
alexanderivrii opened this issue Mar 10, 2024 · 0 comments
Open

Add different greedy strategies for node coloring #1137

alexanderivrii opened this issue Mar 10, 2024 · 0 comments

Comments

@alexanderivrii
Copy link
Contributor

alexanderivrii commented Mar 10, 2024

What is the expected enhancement?

This tracks the rustworkx part of Qiskit/qiskit#11779 (comment). The request is to add other standard greedy node coloring strategies, such as the "saturation first" strategy: always picking the node that has the largest number of different colors assigned to its neighbors, and, in case of a tie, the node that has the largest number of uncolored neighbors.

This will be immediately followed up by a PR.

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

No branches or pull requests

1 participant