Yu yue
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by Yu yue-
Hi Jaromił, This method is really great, it solved my problem.Thank you very much! Best regards, Yu
-
Hi David, Thank you very much,it worked! I have one more question, if a is not a decision variable(a∈[1,10]), b is a decision variable. Can it still be solved in this way? Best regards, Yu
-
Hi Jaromił, I failed to understand the Community Post you recommended to me(use a decision variable as an index). Perhaps my description was not clear and I would like to recount my problem in the ...
-
Hi Matthias, Thanks, this is very helpful to me. Best regards, Yu
-
Hi Jonasz, I'm sorry I didn't think carefully about the method you proposed, and I did the calculation again using your method. It worked. Thank you very much! Yu
-
This is my objective function: My code is as follows: m = gp.Model("MCIkRP1")K = [k.no for k in orders] P = [p.no for p in paths]T = [t for t in range(1, 60)]x = m.addVars(K, P, vtype=GRB.INTEGE...
-
Sorry, I didn't describe the problem I encountered clearly. I would like to solve the following problem, Cargo k starts shipping at time and arrives at time. The start time is known (represents ...
-
Thanks. I will try to reconstruct the constraint using the method you mentioned.