dccp
dccp copied to clipboard
Multiprocessing/Threading
Is it possible to use dccp with multiprocessing or threading?
Hi @TroyWilliams3687 DCCP itself does not use multiprocessing, but if you specify a solver that can work with multiprocessing, then you'll be able to set the number of threads used by such solver in the .solve() function.