Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/PathRelinkers
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/PathRelinkers/VRPPathRelinker.cs
r13368 r14711 40 40 /// </summary> 41 41 [Item("VRPPathRelinker", "An operator which relinks paths between VRP solutions.")] 42 [Storable Class("F517983E-6AD2-4534-9876-C6ADCBF1F305")]42 [StorableType("F517983E-6AD2-4534-9876-C6ADCBF1F305")] 43 43 public sealed class VRPPathRelinker : SingleObjectivePathRelinker, IGeneralVRPOperator, IStochasticOperator { 44 44 #region Parameter properties
Note: See TracChangeset
for help on using the changeset viewer.