The DC OPF problem is an LP or QP problem that is solved by any of a number of
solvers (see the opf.dc.solver option in the help for mpoption). The default
solver depends on which solvers you have installed and several of those solvers
have multiple algorithms, where the default is chosen based on problem
characteristics. So the reporting of the number of iterations depends on the
solver and algorthm. The raw solver results are returned in …
results.raw.output
… which often has an iterations field. For some solvers, that information is
buried deeper within the raw results struct.
Ray
> On Jan 17, 2019, at 4:17 PM, Mirish Thakur <[email protected]> wrote:
>
> Hello all,
>
> I've very simple question, does rundcopf() gives iterative solution? If yes
> then how can I check after how many iterations does solution converged? I
> checked res=rundcopf(), and res.iterations, but no success. Thank you for
> your time.
>
> regards
> Mirish