JUN ZHOU

  • Gurobi-versary
  • Conversationalist
  • First Question
  • 合計アクティビティ 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....