Echtzeitsysteme / Echtzeitsysteme/gips
Refactoring: Move solver-specific transformations to the solver implementations
Open
enhancement
wontfix
- Dominant language
- Java
- Stars
- 7
- Forks
- 4
- Avg merge
- 5d 11h
- Merged PRs (30d)
- 10
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.