You can turn off output printing with mpoption(). The solution can be
captured in the return values of the rundcpf() function. This does not
save anything to disk, so it should be quite fast.
mpopt = mpoption('OUT_ALL', 0);
[baseMVA, bus, gen, branch, success, et] = rundcpf('case9', mpopt);
- Ray
On Nov 9, 2007, at 7:45 PM, Martin Elfstadius wrote:
My name is Martin Elfstadius and I am a swede who's working on his
master thesis.
I found MatPower on th web and it has been of great help sofar.
My problem is:
I am doing simulations by solving thousands of LP problems with DC PF
formulation. And am gathering information from diffrent runs with
variable transmissionline capacity limits.
For speedpurposes I need to omit all print outs that are done in the
command window after each solved OPF.
If by default also the results are written to a file for each run I
would like to omit that aswell.
I save the information I need in other files.
How/can I do this?
Best regards/
Martin