Lirim Kadriu
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Posts
Recent activity by Lirim Kadriu-
Feed starting solution from construction heuristic
AnsweredI've written a construction heuristic for the SDVRP where a heuristic constructs feasible routes for each vehicle. My SDVRP model has variables: # x-variable: 1 when arc (i, j) is traversed on rout...
-
Modifying tsp.py for generic ordering of cities/nodes.
AnsweredIt seems as if this file only handles ordered nodes starting from 0, like these N = [0,1,2,3,...,n]. However, I got the cities N = [1,0,4,8] where 0 is the depot. The program runs, but it construct...