Hu Zhenghao

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

Posts

Recent activity by Hu Zhenghao Recent activity Votes
  • about the constraints changed with variables

    Awaiting user input

    Eexcuse me, in my problem, I have several constraints changed with variables. For example I need to achieve the model has following logic: if p[0]>=4:    model.addConstr(p[1]<=1.5) else:    model.a...