Hooman Toosi

  • Gurobi-versary
  • Conversationalist
  • First Question
  • Total activity 20
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 4
  • Subscriptions 3

Posts

Recent activity by Hooman Toosi Recent activity Votes
  • Tupledict to array

    Ongoing

    Hello,What is a quick way to convert the variable values of optimization (tupledict) to a regular array?Thank you

  • aTan(bx)

    Answered

    Hello,I have a nonlinear constraint that can be written as below, where a and b are constants.y1[i] = a * tan(b * x[i]) for i in range (m)I am aware that there is a " addGenConstrTan" method with ...

  • How to index a dictionary or list with a list?

    Answered

    Hello,In my optimization problem, I have a constraint like below "Constraint 2"  within which K at every iteration depends on SC[i] at that particular iteration or the next one. SC[i] is also gener...