python-mip icon indicating copy to clipboard operation
python-mip copied to clipboard

parallel CBC

Open mhechthz opened this issue 4 months ago • 0 comments

Since making python-mip fit for Python >=3.13 is on track I wonder, if CBC could be added with parallel mode?

As far as I know or understood, CBC can run in parallel if properly compiled. Since no CPU comes without cores these days I think this could be default or configurable from python-mip.

EDIT: CPLEX and SCIP can do this and get a big advantage over CBC only by parallelization which is a pity.

mhechthz avatar Aug 25 '25 13:08 mhechthz