Abdul Wahab
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 2
Posts
Recent activity by Abdul Wahab-
Gurobi Python: Summation Constraint with Multiplication not being satisfied.
I am adding MILP equation which provides a feasible solution. However, somehow one of the constraint pertaining to the distance is not being satisfied as in the following equation: Which is coded ...
-
Solution not Feasible in Orienteering Problem in Python Gurobi
AnsweredI am coding Orienteering problem using Gurobi in Python. Somehow I managed to eliminate syntax error and coded pure logic based on this famous equations for Orienteering problem as follows: I am ...