Arash Baharvandi
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Comments
Recent activity by Arash Baharvandi-
Thanks a lot for your help.
-
Thank you, I figured out the issue. I simplified code and removed all fixed variables. from gurobipy import *import numpy as np#indicesmyList = list(range(0,4))vctr=np.array(myList)I=vctr# generato...
-
Hi, I have following code , but I do not know when I increase ''peak'' model is infeasible, while it should be feasible. For peak=10, I got optimal solution, but for more than 10, it will be infe...
-
Sorry for not clarifying it well. I have a parameter (vf) which is a matrix, this matrix contains two columns and I want to use each column for any problem. vf= np.array([[1,2],[2,4],[4,4]]) In f...
-
Thanks for your response, I mean I have the following problem and I want to solve this problem 3 times, I have a matrix vf (with 3 columns), and I want to solve this problem for each column of th...
-
Thank you for your response, I have another question. I really appreciate you for responding my question. I have a constraint, and there is relationship between its indices, for example if i=1, t...