- Timestamp:
- 08/17/10 11:36:17 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPCreator.cs
r4179 r4241 26 26 namespace HeuristicLab.Problems.VehicleRouting { 27 27 public interface IVRPCreator : IVRPOperator, ISolutionCreator { 28 IValueLookupParameter<IntValue> CitiesParameter { get; }29 28 ILookupParameter<IVRPEncoding> VRPToursParameter { get; } 30 29 }
Note: See TracChangeset
for help on using the changeset viewer.