python-mip
python-mip copied to clipboard
parallel CBC
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.