JUN ZHOU
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Posts
Recent activity by JUN ZHOU-
Job Shop Schedule Problem
AnsweredHi all, I'm considering a job shop shceduling problem, as shown in the following figure. In this example, there are three printed paper products that must pass through color printing presses in a p...
-
Issue with updating gurobipy version
AnsweredI attmpted to upgrade the gurobipi version using pip, as show below . Something went wrong. Thanks for your help. python -m pip install gurobipy==10.0.1 ERROR: Cannot uninstall 'gurobipy'. It is a ...
-
Unbounded constraint
AnsweredDear Comunity, I'm considering a dual problem and suppose it has such form. But I don't know how to model the constraint, though it looks like linear programming. I'm a little confused. Could you d...
-
loop for conditioanl constraint
AnsweredDear Community, I have been trapped in the loop for conditioanl constraints. As shown in below, y, b and count are variables. Train_Sample are knwon. Here I just plan to compare y and Train_Sample....