Thunwa Wanphian

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

Posts

Recent activity by Thunwa Wanphian Recent activity Votes
  • Divide by variable technique didn't work.

    Answered

    I am trying to divide by decision variable by using the technique from "How do I divide by a variable in Gurobi?" Unfortunately it didn't work out well, so I am not sure that where is my mistake. N...

  • How to add equation containing decision variable into an array.

    Answered

    I got a problem to store the equation containing the decision variable into an array. Here, This is my code and noted that y[j,k] is my binary decision variable.  Time_span = 16Expo_noise_matrix = ...

  • The equation containing logarithm and powered by variable

    Answered

    I want to create the equation following this formulation: And these are my codes containing the variable of y[j,k]. #Lp Total sound pressure levelSound_pressure = {1:90,2:92,3:95}Multiply = {}Buff...