With pyScipOpt 5.5.0 for a MILP problem I did set parallel parameters (I have 12 cores with 24 threads available): ``` model.setParam("lp/threads", 8) model.setParam("parallel/mode", 0) model.setParam("parallel/minnthreads", 8) model.setParam("parallel/maxnthreads", 8) ``` But on running I only get 4 cores active working. Why? And why these busy not busy cycles? CPLEX uses all (!) threads. <img width="289" height="525" alt="Image" src="https://github.com/user-attachments/assets/74bdd010-cf0a-4a79-9568-60afe5ec1044" />