Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/PotvinMoveEvaluator.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/PotvinMoveEvaluator.cs
r13368 r14711 27 27 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 28 28 [Item("PotvinMoveEvaluator", "Evaluates a Potvin VRP move.")] 29 [Storable Class("80797AB7-0244-4104-9AAB-A036A31258EE")]29 [StorableType("80797AB7-0244-4104-9AAB-A036A31258EE")] 30 30 public abstract class PotvinMoveEvaluator : VRPMoveEvaluator, IPotvinOperator { 31 31 [StorableConstructor]
Note: See TracChangeset
for help on using the changeset viewer.