Birkan Cengiz

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 9
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 2
  • サブスクリプション 2

投稿

Birkan Cengizによる最近のアクティビティ 最近のアクティビティ 投票
  • Addind nested variable bounds

    回答済み

    I am programming belowed model. In this model how can i make the variable bounds. since it is bounded by variables, i coudnt simply write W(i)U as a ub in W(i)M.

  • Model Coding

    進行中

    I am really struggling with programming this model in Python. Firstly, objective function with natural logarithms is not acceptable in Gurobi, addGenConstrLog should be used i can understand that ...