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

Improve run_all_solvers to allow specifying which solvers should pass #202

Closed
jetuk opened this issue Jun 10, 2024 · 1 comment
Closed

Comments

@jetuk
Copy link
Member

jetuk commented Jun 10, 2024

Not all tests will be able to be passed by all solver implementations. For example, so some solvers might not support integer variables. The helper function run_all_solvers should be updated to specifying either the solvers which are expected to run the model without error. Other solvers should be expected to return something like an UnsupportedFeature error.

@jetuk
Copy link
Member Author

jetuk commented Jul 7, 2024

Done in #215

@jetuk jetuk closed this as completed Jul 7, 2024
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

No branches or pull requests

1 participant