Stuart Mitchell

Results 33 comments of Stuart Mitchell

Hi this is an underlying problem with the CBC library on which pulp is based. It can be quite difficult to make an LpSolver return the same solution. However, it...

I pretty much don't support CoinMP anymore as it is such a pain to build statically, and is not updated, does COIN_CMD (cbc commandline) not give you the performance you...

Have you tried using a ram disk?

try putting cbc on the ram disk as well for extra speed

Interesting somewhere in the code there is probably an if statement based on the coeff of the variable. Pythons truthyness test would then exclude it. I don't see any reason...

yeah looks like a bug to me The warning should at least be added

hmm any idea why `milp.__iadd__(c2)` is called. Apparently `1

can you post the cbc logs? Often the time limit is only checked in branch and bound so perhaps the solver is still terminating early

Yup I know where you are coming from but that functionality is mostly for windows users who don't have good package management systems. Even for systems that do i don't...

Maybe for system maintainers who want to build packages I should provide an alternative install which doesn't include these :-/