鹏 韩
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Posts
Recent activity by 鹏 韩-
For the same model, when the range of parameters is larger, the minimum value of the target is also larger
Awaiting user inputF=set(range(1, 2))for r in R: for f in F: for (i,j) in L : m.addConstr(CC>=f*I[r, (i,j), f], name='c39') # m.addConstr(CC>=f*X[r, (i,j), f]+f*Y[r, (i,j),f], nam...