New Analysis combining Linear Two-Variable Equalities with other domains
This pull-request adds an analysis combining Lin2VarEq with multiple other domains: Intervals, Congruences and several options for two variable inequalities.
Lin2VarEq selects a representant for each group of variables connected by equalities. The other domains contain only information about representants and convert information about other variables from / to constraints for the respective representants.
We now have more tests on master, you should rename the new group to 88-....
I am not sure why the regression test fail, as it runs locally. Do you have a suggestion how to debug this?
I am not sure why the regression test fail, as it runs locally. Do you have a suggestion how to debug this?
The CI artifact (https://github.com/goblint/analyzer/actions/runs/16374091305/artifacts/3564686204) should have the log files.
EDIT: The failing CI jobs are the pull_request ones, meaning the failure happens when this is merged with the current master.