Jozsef Janosik

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

Posts

Recent activity by Jozsef Janosik Recent activity Votes
  • logfile error

    Hi if i run an optimization 2 times, second time get a similar message: logfile: cannot access file because another process uses it what should i do? how can i close logfile or env? some part of my...

  • model.addConstr() does not work?

    Answered

      Hii does anybody know why this code gives Error code = 20001Not in the model message ?   GRBVar v1, v2; v1 = model.addVar(-10, 10, 0, GRB_CONTINUOUS);model.addGenConstrAbs(v2, v1);