John Raphy Karippery
- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 14
Posts
Recent activity by John Raphy Karippery-
How to store time value to multidict form a constraint in Gurobi
AnsweredHello I need to create multidict variable that stores the arrival time of the truck in each node. I expect values to store in a variable format something like this. TA = {(node,truck): time} To fin...
-
write the optimization code with Gurobi
OngoingHello I have a mathematical model to minimize time violations. could you help me to Gurobi model. \(P_ij^(k,w)\) = Binary variable=1, if truck k and w drive as a platoon on edge \(e_ij\)\(ST^k\) = ...
-
How to add waiting time to time window violation?
OngoingHello,this is a continuation of my previous question. I want to create an objective function of time window violation for the vehicle platoon problems. edges = [(1, 3, {'weight': 1}),(3, 1, {'weig...
-
How to create objective function for time window violation?
OngoingHello,I would like to create an objective for time window violation. I already asked this question before for example as a simple model:I have a graph with 6 nodes with 2 trucks edges = [(1, 3, {'...