Birkan Cengiz

  • Gurobi-versary
  • First Comment
  • First Question
  • Total activity 9
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 2

Posts

Recent activity by Birkan Cengiz Recent activity Votes
  • Addind nested variable bounds

    Answered

    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

    Ongoing

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