Evans Etrue Howard
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Evans Etrue Howard-
Evans Etrue Howard commented,
I tried and I still got this error message print(mo.getAttr("Pi", mo.getConstrs())) --------------------------------------------------------------------------- GurobiError ...
-
Evans Etrue Howard created a post,
[HELP] Sensitivity analysis
AnsweredI have successfully solved this MIP in Gurobi. I tried performing a sensitivity analysis on the results but I get getting these errors: print(mo.getAttr(GRB.Attr.Pi))GurobiError: Unable to retriev...
-
Evans Etrue Howard commented,
Thanks. I have been able to implement it. Thanks very much. Your code was very intuitive and and straightforward. You are need very helpful
-
Evans Etrue Howard commented,
Thanks very much Richard for the solution. You are a life saver. Honestly I have 5 more constraints. Please help me out if am not asking for too much. Attached is a picture of the other constrain...
-
Evans Etrue Howard created a post,
[HELP] Translation of Algebraic Mathematical Model to using python gurobi api
AnsweredI have a max flow problem for an emergency evacuation planning. The model is based on the Cell Transmission Model (CTM), basically the entire area to be evacuated is partitioned into cells using sq...