Changes between Version 4 and Version 5 of Documentation/Howto/ImplementANewVRPProblemInstance
- Timestamp:
- 02/28/14 09:13:34 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Howto/ImplementANewVRPProblemInstance
v4 v5 1 work in progres ...2 3 1 = How to ... implement a new VRP ProblemInstance = 4 2 … … 316 314 317 315 {{{ 318 #! 316 #!cs 319 317 public class TimeDependentData : CVRPTWData { 320 318 public Dictionary<int, double[,]> TravelTimes { get; set; }