-
Notifications
You must be signed in to change notification settings - Fork 2
Description
The test "waterlevel" outputs different results based on the host CPU architecture (or so it seems). AARCH64 macOS and Linux both output an accumulated number of leaves of 7586, while x86-64 Linux outputs 7671. The currently expected value of 7622 is never hit on my machine. However, the value 7671 output by x86-64 Linux has been hit previously, but was changed with no reason provided: 0a5dfde
This leads me to believe there always has been some bug that causes inconsistent results and that it was simply masked by the commit above. AddressSanitizer and UndefinedBehaviorSanitizer do not report critical issues, only a few indirect memory leaks. All systems use glpk 5.0. Even rolling back to above's commit does not yield the currently expected value.