On Apr 19, 2007, at 1:06 AM, Tika Limbu wrote:
I would like to know if Matpower auction code 'runmkt' can handle
the generalized linear constraints (A, l, u) in it.
It does not converge and gives the error "SMARTMARKET: non-
convergent UOPF".
While running in generalised opf, these linear constraints are fine
and work as desired.
I would be grateful if someone can share his/her idea.
Unfortunately, the runmkt (and runmarket in the latest version) does
not include a place to pass in the (A, l, u) parameters to the
underlying OPF. In fact, the call chain is runmarket -> smartmkt ->
uopf -> opf, and none of them, including uopf, have these optional
arguments. I should probably add them.
But in the mean time, you can either modify each of these functions
to pass along the additional arguments, or you can just modify uopf.m
to load the A, l, u matrices from a .mat file or something and then
call opf with the additional arguments.
Hope this helps,
--
Ray Zimmerman
Senior Research Associate
428-B Phillips Hall, Cornell University, Ithaca, NY 14853
phone: (607) 255-9645