Dongjun Cai

  • Gurobi-versary
  • Curious
  • First Comment
  • Total activity 13
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 6

Posts

Recent activity by Dongjun Cai Recent activity Votes
  • Model is Unbounded

    Answered

    Dear all, I encountered error says model is unbounded. The model is formulated as a MIP minimization problem. I wonder how to debug the unbounded issues. Are there any function calls could help lik...

  • Model Infeasible troubleshooting (m.computeIIS() gets stuck)

    Answered

    Hi, Recently, i set up a model in Gurobi. It shows that the model is infeasible. In order to troubleshoot the error. I hope to use the following codes to generate the ilp file : m.computeIIS()m.wri...

  • GurobiError: Constraint has no bool value (are you trying "lb <= expr <= ub"?)

    Awaiting user input

    Hi,  Recently, i had this issue when i added a constraints statement : ~\AppData\Local\Temp/ipykernel_18284/4133350432.py in <module>     34 m.addConstrs((T5[i] + Px <= T2[j] + (1-s[i,j,g])*M for i...

  • Solve Gurobi multiple times avoid infeasible model

    Answered

    Hi, I  created a python loop to solve a model with gurobi iteratively. In each iteration, i just change different parameters. However, sometimes, the new parameters will cause the model infeasible....

  • Constraints does not work

    Answered

    Based on the results x[8,3,R1] = 1, Ti_1[3] =22, Ti_2[8] = 34. But it valid the the highlighted constraint. i don't know why it allows the results...???  

  • No HostID specified in license file

    Answered

    Hi, I got the following output when i run my program: No HostID specified in license file I added the system variables for the license file. But it remains the same. Please help to suggest!