Yuan Jiawei Yuan Jiawei
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Comments
Recent activity by Yuan Jiawei Yuan Jiawei-
My Big-M constraints are defined as follows: model.AddConstr(f <= mu + rho * pi+100000 * (1-Sigma[i, j, z]), "c10");model.AddConstr(f<= 100000 * sigma, "c11"); model.AddConstr(f >= mu + rho * pi ...
-
Hi, Matthias, the following is my problem: GRBVar[,,,] SeatNum = new GRBVar[TotalStaNum, TotalStaNum, TotalTypeNum, TotalSerNum]; for (int i = 0; i < TotalStaNum - 1; i++) { for (int j =...
-
Thank you very much, best wishes to you.
-
Think you very much, best wishes to you.