-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Many of the older tests within our pytest testsuite depend on the specific solution that OR-Tools would output. If a model has multiple solutions, some tests enforce the solution that OR-Tools would return. This is not compatible with running other solvers (encountered in #780), but also breaks anytime a significant enough change happens in OR-Tools for it to return a different alternative solution (as encountered in #779).
We would have to go through the entire test suite, find these cases, and update them.
Might look into this one of the coming days (unless someone beats me to it ;) )
Metadata
Metadata
Assignees
Labels
No labels