- Timestamp:
- 09/08/10 11:37:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPMoveOperator.cs
r4369 r4370 27 27 public interface IVRPMoveOperator : IVRPOperator, IMoveOperator { 28 28 ILookupParameter<IVRPEncoding> VRPToursParameter { get; } 29 ILookupParameter VRPMoveParameter { get; } 29 30 } 30 31 }
Note: See TracChangeset
for help on using the changeset viewer.