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 implementation of greedy list total colouring. #39

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

MHenderson
Copy link
Owner

Updated the implementation of greedy_list_node_colouring to support an option to consider incident edges when choosing a node colour. Added new greedy_list_total_colouring function that applies a greedy edge colouring strategy followed by a greedy node colouring strategy.

@MHenderson MHenderson self-assigned this Nov 19, 2024
@MHenderson MHenderson linked an issue Nov 19, 2024 that may be closed by this pull request
@MHenderson MHenderson merged commit 8043b0a into main Nov 19, 2024
2 checks passed
@MHenderson MHenderson deleted the 25-implement-greedy-total-list-colouring branch November 19, 2024 10:20
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.

Implement greedy total list colouring
1 participant