Dear all, I recently ran into a problem running a simple DC-OPF with dispatchable loads. I defined all nonzero loads to be dispatchable using: mpc = load2disp(mpc);
Then, I ran a DC-OPF. It did not converge (I tried using the OT and MIPS solvers; both did not converge). I tried to run the same DC-OPF without setting the loads as dispatchable and it converged. I then tried to re-run the DC-OPF with dispatchable loads but this time without line constraints (setting RATE_A to large values) and it converged. I checked the power flows in the solution and all power flows were under the original line constraints. It seems the problem is related to the interior-point solvers OT and MIPS. Since these are the only solvers available on my machine, I could not try with other solvers. I would be grateful for any help or hint on this issue. Best regards Camille
