Eric Song

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

Activity overview

Latest activity by Eric Song
  • Eric Song created a post,

    How to make random sample of normal distribution?

    Ongoing

    Hi, Could someone tell me how to make 3-d random variable sample?I have data named demand_{jk}, and I want to use it to make 3-d random data of normal distribution using np. random.normal() functio...

  • Eric Song commented,

    Hi Miss. Alison, Thank you so much! I'll try out this method. Have a good day!   Regards.

  • Eric Song commented,

    Hi Miss.Alison.  Problem solved after using Model.feasRelaxS(). Thank you so much! One more question, would you please tell me how to view the modified model after using the function? Thank you so ...

  • Eric Song commented,

    Thank you, Miss. Alison.  It is very kind of you to give so much help! According to model1.ilp, the problematic constraints are constr 1-3, which is naturally the case. Besides, I tried to make the...

  • Eric Song created a post,

    Model Infeasible

    Answered

    Hi, I am new to Gurobi and here is my model: The model is coded in Gurobi as follows, but "Model is Infeasible". Is there anything I could do to check what goes wrong? model.computeIIS() is used.  ...