Stefan Vigerske

Results 552 comments of Stefan Vigerske

It would be good if you can let SCIP print the problem and see if it arrives there correctly. If it does, post the CIP file here. That may make...

Can we see the log you get from running SCIP/PySCIPOpt? That should include all the info on what dependencies of SCIP you have linked in.

We also have some performance problems with the LP reader (a 2.9GB file takes over 50GB RAM and over 15 minutes to read, while CPLEX reads it in 60 seconds),...

Adding callbacks as global variables is done in #106/#107.

Regarding GAMS.cpp, the one for gevprint and gevlog should be gone now. The other "not found in any header" I'll fix some later time as I was thinking to do...

Still open. 90804ee referred to an issue 5 in a different system. PS: I don't have permissions to reopen.

You did not provide the Nauty lib in your "working python docker container".

The changes that @jjhforrest did only made it into the stable/1.17 branch. Maybe you did not get them? I just merged them into trunk. Note sure when the mirror to...

@jjhforrest commited bfda5e57c0cf to trunk/master. I'm not sure it is supposed to fix this issue. Does it for you?

> @jjhforrest Ah, yes, any reason not to change `CBC_THREAD_SAFE` to `CBC_THREAD` so that we get thread safe code by default? Even if one disabled multithreading for Cbc you want...