Jolly Ehiabhi

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

Activity overview

Latest activity by Jolly Ehiabhi
  • Jolly Ehiabhi commented,

    Thank you Eli and Gwyneth. The code is now running with no error. Jolly

  • Jolly Ehiabhi commented,

    Hi Eli, Thank you for all the help, I made updates to the model but I am still getting errors. I have tried checking online on how to fix the problem. I am not getting any good material to help fix...

  • Jolly Ehiabhi commented,

    These are the set of Constraints I am trying to code, Please I need help with this.   this is how I coded them. I believe I am not coding it the right way.   for i in K: for j in J: z....

  • Jolly Ehiabhi commented,

    Waoh. Thank you so much Eli. I will make the updates and rerun the model again.

  • Jolly Ehiabhi commented,

    from __future__ import divisionfrom gurobipy import *import random# Problem Input Size:workstation = 5ProcessingTime = 12Jobtype = 2JobScenario = 10#Input Data Preparationp_kj = {}q_ij = {}t_i = {}...

  • Jolly Ehiabhi created a post,

    Error with setObjective

    Answered

    I am new to gurobi. On trying to code using gurobi on pycharm, I encountered an error on this line of my code. Model.setObjective(S, GRB.MINIMIZE). GurobiError: Unable to convert an argument to e...