Birkan Cengiz

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

アクティビティの概要

Birkan Cengizさんの最近のアクティビティ
  • 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.

  • Birkan Cengizさんがコメントを作成しました:

    Hi Maliheh, i have problem. The thing that i missed was the last constraint which is How can i add this one to the constarints. I tried to make them boundries in the variable declaration but i got...

  • Birkan Cengizさんがコメントを作成しました:

    Hi Maliheh, The model worked as it intended to do. Thank you so much for helping. Best regards.

  • Birkan Cengizさんがコメントを作成しました:

    Hi Maliheh, Firstly, thanks for your answer, it really helps me. I have an other question. I think i wrote rest of the codes correctly. Here its. import gurobipy as gpfrom gurobipy import GRBmodel ...

  • Birkan Cengizさんが投稿を作成しました:

    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 ...