Hi,
I’m using MATLAB, and I’m trying to solve this problem but fail, actually I tried solve many of these problem using function: solver_sLP but fail, can anyone tell me why or show me how to use it?
stocfor3 .mat (download from:http://users.clas.ufl.edu/hager/coap/Pages/matlabpage.html)
Here’s the function in MATLAB I used:
[x,out,optsOut] = solver_sLP(c,A,b,mu, x0, z0,opts,contOpts);
Thanks!