-
Notifications
You must be signed in to change notification settings - Fork 4
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
Decompression from vector of colors? #67
Comments
AbstractColoringResult
AbstractColoringResult
?
AbstractColoringResult
?AbstractColoringResult
?
AbstractColoringResult
?
For star and acyclic colorings, we can actually reverse-engineer the set of stars / trees because they are 2-colored!! |
Is it not possible that a color is used in different stars? |
Yes, but if we iterate over all pairs of colors we get each tree or star exactly once. Quoting from the decompression paper:
|
Will never be used in practice with
GreedyColoringAlgorithm
, but one could imagine optimal colorings with JuMP, which would only output a vector of colors.#71 contains a
LinearSystemColoringResult
, which is part of the answer in the symmetric case.The text was updated successfully, but these errors were encountered: