Fernanda Tovar
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Fernanda Tovar-
I can't get the flows to print out at all.
Answeredimport gurobipy as gpdef max_flow(commodity,leavingnode,commingnode, origin,destination,cost,demandz): global graph global vertices_no global vertices global weight listkeyPair=[] ...
-
Inquiry about python example
AnsweredI have been looking at the network.py(https://www.gurobi.com/documentation/9.1/quickstart_mac/cs_netflow_py_example.html) example on the site and I was wondering how the flows are actually calcula...