Reza Farzadnia
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
Activity overview
Latest activity by Reza Farzadnia-
Reza Farzadnia commented,
Hi Riley, Many thanks for your fantastic support and advice !! Cheers.
-
Reza Farzadnia commented,
Hi Riley, Thank you very much for your help, I solved the problems thanks to your help. I solved the second problem (quicksum) by replacing: gp.quicksum(kappa(p,t,tau)*Q[p,i,t,tau] + U_n[p,tau] >=...
-
Reza Farzadnia commented,
Hi Riley, I appreciate your help, I have made my example, MRE. import gurobipy as gpfrom gurobipy import GRB#--------------import numpy as npimport random print (' ------------ Libraries are import...
-
Reza Farzadnia commented,
I have the same issue but don't know what the problem is. Could someone check it, please? try: # Create the primary supply chain model primarySC = gp.Model("Primary Supply Chain Model") # ...