Changeset 6758 for branches/VRP/HeuristicLab.Problems.VehicleRouting
- Timestamp:
- 09/14/11 10:43:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Prins/PrinsEncoding.cs
r6710 r6758 49 49 V[0] = 0; 50 50 for (int i = 1; i <= cities; i++) { 51 V[i] = int.MaxValue;51 V[i] = double.MaxValue; 52 52 } 53 53
Note: See TracChangeset
for help on using the changeset viewer.