Camyla Moreno

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

Activity overview

Latest activity by Camyla Moreno
  • Camyla Moreno commented,

    Hi Marika, I'm sorry for not explaining in more detail earlier. I'm trying to model a bin packing problem with 3D dimensions. In these constraints, I want to establish that only for items of type j...

  • Camyla Moreno commented,

    Let me correct the notation: coord_z[j] E Zj/{0}

  • Camyla Moreno created a post,

    Question about constraint

    Answered

    HiI tried to insert this condition (/Zj {0}) but encountered the following error. What other method does Gurobi accept that I can try? My model is a MILP. for i in items:    for j in items:        ...