SAKIR KARAKAYA

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

Activity overview

Latest activity by SAKIR KARAKAYA
  • SAKIR KARAKAYA commented,

    Dear Jonasz, Yes, it worked. Thank you so much. Best regards. Sakir.

  • SAKIR KARAKAYA created a post,

    Calculation of norm of a constraint in a relaxed problem

    Answered

    Hi. I'd like to add the L2 norm of two constraint sets to the objective function of my augmented lagrangean relaxed model, e.g., L2 norm of llAx-bll+llBy-cll. I tried to use norm(Ax-b, 2), but it d...

  • SAKIR KARAKAYA commented,

    Hi, Thank you so much for your quick response. The equation I shared is not a constraint. After solving the constrained optimization model, I'd like to make a straightforward mathematical operation...

  • SAKIR KARAKAYA created a post,

    Maximum of two values

    Answered

    Hi. In my model coded in Python, after getting the optimal values of some variables, I built a mathematical expression to get a number, i.e.  for i in I:    y[i] = max(0, y[i-1]+ a*z[i-1]) Here z[i...