JUN ZHOU
- 合計アクティビティ 26
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 4
投稿
JUN ZHOUによる最近のアクティビティ-
Job Shop Schedule Problem
回答済みHi 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
回答済みI 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
回答済みDear 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
回答済みDear 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....