Nooshin Heidari

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

Posts

Recent activity by Nooshin Heidari Recent activity Votes
  • Abs function in Cpp

    Answered

    I need to define the absolute value of some varibales in cpp and I have used the provided syntax like :             for (int v = 1; v <= nVehicles; v++) {                for (int i = 1; i <= NA[v -...

  • OutputFlag vs DisplayInterval

    Answered

    Hi I am using Gurobi with c++. I need to stop printing outputs in consoleand I did in windows by model->set(GRB_IntParam_OutputFlag, 0) and itworks. But now, I am using centos and when I run the sa...