Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PotvinMoveMaker.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PotvinMoveMaker.cs
r13368 r14711 27 27 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 28 28 [Item("PotvinMoveMaker", "Makes a Potvin VRP move.")] 29 [Storable Class("5EF19814-940F-4EDE-ABAA-0648BB07A278")]29 [StorableType("5EF19814-940F-4EDE-ABAA-0648BB07A278")] 30 30 public abstract class PotvinMoveMaker : VRPMoveMaker, IPotvinOperator { 31 31 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.