Christoph Cullmann

Results 21 comments of Christoph Cullmann

> @christoph-cullmann is it sufficient to add these before headings? Or did you need to link to spans, divs, figures, etc.? Hmm, I think we only link sections, but I...

I found the issue, I didn't have the define COIN_FAST_CODE set, with that it works.

I debugged a bit more. It seems that some of the difference stems from the random numbers generated in coin_init_random_vec().

Is there any ongoing work on this? CMake support would be awesome. At the moment AbsInt uses some internal CMake hack to get all things properly compiling in our CI...

Hi, had some chance to look at this? Having a CMake based build system would help me a lot to get current master to build properly on Windows ;=)

Hi, any update on this? At the moment, given the build system got more complex with the generated config headers it is really not that nice to build it at...

Hi, just to make sure: I am VERY happy with the effort you all put in maintaining + improving the coin-or projects. It's the best MIP solver solution I found...

Hi, sorry, I wasn't clear. With on Windows, I mean on a Windows without any Unix-like extra like Msys2 (or WSL, which is no real solution to integrate stuff into...

We need to version all our stuff on our own to be able to rebuild old stuff. Any extra component is extra work, needs to be updated, etc. Besides, if...

Looking at the definition of #define CoinIntPtr COINUTILS_INTPTR_T perhaps the issue is that my compile uses the config_coinutils_default.h And there the definition of COINUTILS_INTPTR_T is either #define COINUTILS_INTPTR_T ULONG_PTR or...