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

Should the decompression method go in the ColoringProblem or in the ColoringAlgorithm? #66

Closed
gdalle opened this issue Aug 12, 2024 · 1 comment · Fixed by #71
Closed
Assignees
Milestone

Comments

@gdalle
Copy link
Owner

gdalle commented Aug 12, 2024

In DifferentiationInterface, the structure and partition can be deduced from the context, but the decompression method (either :direct or :substitution) should be configurable by the user.

In AutoSparse backend you can give a ColoringAlgorithm.

@gdalle
Copy link
Owner Author

gdalle commented Aug 12, 2024

Today:

  • ColoringProblem{structure,partition,decompression}
  • ColoringAlgorithm{order}

Tomorrow:

  • ColoringProblem{structure,partition}
  • ColoringAlgorithm{decompression,order}

In any case, ColoringResult{structure,partition,decompression}

@gdalle gdalle self-assigned this Aug 12, 2024
@gdalle gdalle added this to the v0.4 milestone Aug 12, 2024
@gdalle gdalle linked a pull request Aug 12, 2024 that will close this issue
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 a pull request may close this issue.

1 participant