Nested sum using quicksum()
AnsweredHi everyone!
I have a doubt regarding the quicksum() function and how I could use it for a nested sum equation like the following -
0
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Here are a few good resources to get you started with nested summations:
- Python I: Introduction to Modeling with Python - Gurobi. This is your best place to start. It includes a video tutorial and examples with jupyter notebooks for you to follow. It also includes an example of using nested summations.
- netflow.py: This is a Gurobi example of how to do nested summations in two different ways: (a) using quicksum and (b) using tupledict.sum()
- quicksum() documentation
- Nexted quicksum function? – Gurobi Support Portal
If you are still having a hard time, can you show me what you have tried?
0
Post is closed for comments.
Comments
2 comments