Srinivasan Subramaniyan
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Srinivasan Subramaniyan-
Optimization Probelm not ADDINF CONSTRAINTS
AnsweredThe correlation constraint is not getting added to the solver, I tried everything possible but it doesnt seem to work! import randomimport gurobipy as gpfrom gurobipy import GRBimport numpy as npfr...
-
Optimization Probelm not working
Answeredimport randomimport timeimport numpy as npfrom itertools import zip_longestfrom scipy.stats import pearsonrimport gurobipy as gpfrom gurobipy import GRB random.seed(100)np.random.seed(100)def randg...