Nadi Serhan Aydin

  • 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 Nadi Serhan Aydin
  • Nadi Serhan Aydin commented,

    Thank you for your response. I haven't implemented it yet but hope I can use the this func in LogToConsole = 0 mode which is what I normally do (I just print stuff like status, objval, runtime, etc...

  • Nadi Serhan Aydin commented,

    Hi Eli, Can I print runtime interactively "as" the code running? Assume I set a time limit of 5*60 and want to see how much time left or passed interactively. Regards, Serhan

  • Nadi Serhan Aydin commented,

    Hello Maliheh, Thanks for following up. I mean the coefficients that normally appear in objective function and constraints in product form (e.g., "c", "d" and "e" in a constraint like "c*x1 + d*x2 ...

  • Nadi Serhan Aydin created a post,

    Model parameters as uniform intervals [a,b]?

    Ongoing

    Is it possible to define model parameters as uniform intervals [a,b] and let Gurobi solve the model by choosing a final parameter value from this interval? I saw an example of this in GAMS where th...