Hojjat Baghban

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

Posts

Recent activity by Hojjat Baghban Recent activity Votes
  • mode attribute

    Greeting,  I create a model as follow,  m = Model('my_LP_model', sense='MINIMIZE')   But when I run the following lines, I faced with the error: AttributeError: 'Model' object has no attribute 'ge...

  • Decision variable type (floating point)

    I am using Gurobi to solve my linear problem. my decision variable is a matrix where each element is between 0 and 1. I used  continous variable type (i.e., var_type='C). But I wonder why the float...