-
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
Implement coloring when the color vector is known #124
Comments
I don't think that rebuilding a |
You're absolutely right, for Hessian coloring this is not a good idea, we cannot recover the stars or trees if all we have is the vector of colors. |
But we already support it with these two constructors: |
You're right, the functionality we need is there, but the specific result types are not part of our public API, and I think it's a good idea to keep it that way because it allows some flexibility on our end. |
This is needed in SciML, see SciML/NonlinearSolve.jl#415
Related to #67
The text was updated successfully, but these errors were encountered: