Christopher Weyand

Results 9 comments of Christopher Weyand

> I also tried building scip from source with sanitizers and in debug mode but the error does not occur there. Here is the log output from my debug build....

I originally encountered the crash with the homebrew package which contains scip 9.1.1. As stated above, compiling `scipoptsuite-9.1.1` avoids the error, because the broken branch is never reached. The reason...

[log.txt](https://github.com/user-attachments/files/17097181/log.txt)

This seems to fix it. [log.txt](https://github.com/user-attachments/files/17114954/log.txt)

1.) Fine with me 2.) A bit ugly, but I have no better solution.

I recompiled it with a statically linked `gmp`. Under arch pacman does not ship static libs and I would've had to compile gmp (and it's dependency tree) from source. Instead...

I did not see that readme yet. A first try failed because it could not find static libs for the dependencies. Probably I need some more packages. I'm a bit...

> Interestingly there isn't even a -march=native in there, so not sure how you even got non-standard instructions in the binary The instructions that make it crash for me are...

I was able to reproduce the problem. You encountered floating point problems. It all comes down to how you compute hyperbolic distance. The fast way we outlined in the paper...