Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/VRPMoveEvaluator.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/General/Moves/VRPMoveEvaluator.cs
r13368 r14711 30 30 namespace HeuristicLab.Problems.VehicleRouting.Encodings.General { 31 31 [Item("VRPMoveEvaluator", "Evaluates a VRP move.")] 32 [Storable Class("0FC75BFB-5772-4DC8-A2ED-5D95A1237B70")]32 [StorableType("0FC75BFB-5772-4DC8-A2ED-5D95A1237B70")] 33 33 public abstract class VRPMoveEvaluator : VRPMoveOperator, ISingleObjectiveMoveEvaluator { 34 34 public const string MovePrefix = "Move";
Note: See TracChangeset
for help on using the changeset viewer.