Abhishek Solomon
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Comments
Recent activity by Abhishek Solomon-
Thank you Jaromil. I do have constraints in the BIP model, i have just shown the objective function above. The constraints used are: for i in facilities: for j in customers: m.addConstr(S...
-
Thank you Jaromil for your response, really appreciated! I'm working on a school project where a quadratic objective function is considered out of scope and hence needs to be linearized. Any help w...
-
Thanks a lot Dan. I notice that your suggestion also has 3 if statements. Just out of curiosity, will this be more efficient than how I've done it? Or is it just a way to avoid creating new variables?
-
Hello Dan, Firstly, thank you for the elaborate reply. I think i posted the definitions of a and b incorrectly, here's the correct snippet: for j in produce: for t in periods: if t-harves...
-
Thank you Eli Towle ! Yes, yieldpersqft is fixed data. I will try this and come back if there's any other issue.
-
Thank you Simon!