Shuang Yang
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Shuang Yang-
model is infeasible and unbounded in Matlab
AnsweredGood afternoon, Currently I wanna run the programming like:min{ x*Mx+mx}s.t. A0*x=b0; A1*x<b1.and my code about Gurobi parts as follows:%Gurobi Definefor i=1:8*Nmodel.varnames{i} = sprintf('x[...