hello everyone
as we all know, Yalmip tansform the programing problem from arbitary form to standard form.
now, i want to get the standard form model, how to do this?
for example:
in Matlab, if i want to use the solver 'fmincon', we should input the A,b,Aeq,beq,lb,ub and the nonlinear fctn,etc.
when i use Yalmip to call this solver, where are these matrix? how can i get these?
thank you so much!
PS: i know the fctn 'export',but i cannot stiil understand how Yalmip calling solvers.