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

Refactoring: Move solver-specific transformations to the solver implementations #87

Open
maxkratz opened this issue Dec 15, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@maxkratz
Copy link
Member

Create a new solver interface and move all solver-specific transformations (e.g., SOS1 constraints) to it.

Notes:

  • All solvers could implement an interface with methods like supportsSos1(). This can be used to determine at runtime if a solver can not be used to solve a specific problem.
@maxkratz maxkratz added the enhancement New feature or request label Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant