- Timestamp:
- 09/06/10 17:05:13 (14 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPOperator.cs
r4362 r4365 28 28 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 29 29 public interface IVRPOperator: IItem { 30 ILookupParameter<IVRPProblemInstance> ProblemInstanceParameter { get; } 30 31 } 31 32 }
Note: See TracChangeset
for help on using the changeset viewer.