Changeset 7865 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/IPotvinTwoOptStarMoveOperator.cs
- Timestamp:
- 05/22/12 09:53:07 (13 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar
- Files:
-
- 1 added
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Moves/TwoOptStar/IPotvinTwoOptStarMoveOperator.cs
r7774 r7865 26 26 27 27 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 28 public interface IPotvin OnePointCrossoverMoveOperator : IVRPMoveOperator {29 ILookupParameter<Potvin OnePointCrossoverMove> OnePointCrossoverMoveParameter { get; }28 public interface IPotvinTwoOptStarMoveOperator : IVRPMoveOperator { 29 ILookupParameter<PotvinTwoOptStarMove> TwoOptStarMoveParameter { get; } 30 30 } 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.