Shaghayegh Hyt
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Shaghayegh Hyt-
Thank you so much. I genuinely appreciate all your help.
-
Thanks, could you help me how I can output x[ijt] values?
-
Columns are regions and rows are planning periods. So why there is a column[0] and a row [3]?
-
I call model.optimize() and get obj value, but when using the code for output display, it isn't right. The output for one of my variables is here. I don't know why there is column [0]
-
How I can output x[ijt] values in Gurobi? I also tried to output other decision variables like v[it], but the output is not correct. Here is my code. rows = days.copy()columns = regions.copy()v_pla...
-
Yes, that’s right. Could you please guide me how I can fix it? I didn’t define my arcs correctly, resulting in key errors in other constraints too.
-
Dear Jaromił, Thanks for your response. I have read Gurobi examples, but I couldn’t find my answer. In my constraint, there is a decision variable (x[ijt]) which I want to model its input and outpu...