Hojjat Baghban
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Hojjat Baghban-
Hojjat Baghban commented,
Hi Sonja and all, Thank you for your comment. But as far as I understand though, the sample example about "The Traveling Salesman Problem" , Gurobi can support 2-dimensional according to the line...
-
Hojjat Baghban created a post,
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...
-
Hojjat Baghban created a post,
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...