- Timestamp:
- 10/08/14 16:21:42 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/PotvinEncoding.cs
r11171 r11428 36 36 public List<int> Unrouted { get; set; } 37 37 38 // VehicleAssignment[tour] retreives the assigned vehicle for the given tour 38 39 [Storable] 39 40 public Permutation VehicleAssignment { get; private set; }
Note: See TracChangeset
for help on using the changeset viewer.