Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/General/Moves/VRPMoveMaker.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/VRPMoveMaker.cs
r13368 r14711 31 31 namespace HeuristicLab.Problems.VehicleRouting.Encodings.General { 32 32 [Item("VRPMoveMaker", "Performs a VRP move.")] 33 [Storable Class("25E9ECD6-03AF-41F7-A47A-E8EB13F81FF7")]33 [StorableType("25E9ECD6-03AF-41F7-A47A-E8EB13F81FF7")] 34 34 public abstract class VRPMoveMaker : VRPMoveOperator, IMoveMaker, ISingleObjectiveOperator { 35 35 public ILookupParameter<DoubleValue> QualityParameter {
Note: See TracChangeset
for help on using the changeset viewer.