Skip to content

OR-Tools dependent tests #785

@ThomSerg

Description

@ThomSerg

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions