Dear professor,
I have used MOSEK solver to solve a SOCP problem many times through optimizer command.
To find locational marginal prices, I should solve the dual problem or use 'dual(balancing constraints)' after solving the primal problem. Therefore, I used optimize(primal), however, YAMIP generates error #-4 (Warning: Solver not applicable (mosek does not support second-order cone constraints)).
My question is how can I solve this error because I cannot exactly know the reason?
Another question, is there a more proper method to find marginal prices (dual variables) from optimizer object? in other words, dual variables can be handled through optimizer object?
I thank you very much.