JUN ZHOU
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
Comments
Recent activity by JUN ZHOU-
Thanks for your prompt response, Riley. I'll check the paper. I'll try to formulate the flexible job shop scheduling problem into MILP. Thanks again.
-
Hi Riley, Thanks for your help. I have solved the Job-Shop Scheduling Problem. May I know whether Gurobipy can solve Flexible Job-Shop Scheduling problem? The idea is nearly the same. I think it sh...
-
Hi Riley, Thanks for your suggestions. I'll check the paper.
-
Riley and David, Thanks for your help. I'll try the method you suggested.
-
It's gurobipy 10.0.0
-
Thanks for your reply, Riley. I tried the code, but the version is still 10.0.0. C:\Users\whu14>python -m pip install --ignore-installed gurobipy==10.0.1Collecting gurobipy==10.0.1 Using cached gu...
-
Hi Jaromił Thank a lot for your comment. I'll try it.
-
Let me be clear, I denote I the indicator function.
-
Hi, Eli Towel. Thanks a lot for your reply. I see your point. Thank you again.
-
Hi Eli Towle, Thanks a lot. It works after I updated the Gurobi version. But I can't tell the difference between your code and mine. I think they are following the logic, though your code is more e...