Mert Eroglu

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

Posts

Recent activity by Mert Eroglu Recent activity Votes
  • Updating Lists Under Conditional Statements

    Answered

    Hello,  I know that that if function is not using that way in de code snipet below. However i created a binary Z varible to satisfy newWarehouse[year] == 1. In that way i got: m.addConstr((z[i,j,ye...

  • Unable to retrieve attribute 'x' error

    Answered

    Hello,  Below, you can find my code's rows. However, i keep getting unable to retrieve 'x' error until i comment out the rows involve '.x' element. Both x and z variables has the same range and ele...

  • Binary Varibales get negative -0.0 values

    Answered

    Hello,  How is it possible to get -0.0 when they are binary variables? Thanks.