- Timestamp:
- 10/31/10 12:39:06 (14 years ago)
- Location:
- branches/CloningRefactoring/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CloningRefactoring/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPCreator.cs
r4352 r4697 21 21 22 22 using HeuristicLab.Core; 23 using HeuristicLab.Data;24 23 using HeuristicLab.Optimization; 25 24 -
branches/CloningRefactoring/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPCrossover.cs
r4150 r4697 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HeuristicLab.Data;25 24 26 25 namespace HeuristicLab.Problems.VehicleRouting { -
branches/CloningRefactoring/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPEncoding.cs
r4352 r4697 20 20 #endregion 21 21 22 using System.Collections.Generic; 22 23 using HeuristicLab.Core; 24 using HeuristicLab.Data; 23 25 using HeuristicLab.Problems.VehicleRouting.Encodings; 24 using System.Collections.Generic;25 using HeuristicLab.Data;26 26 27 27 namespace HeuristicLab.Problems.VehicleRouting { -
branches/CloningRefactoring/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPManipulator.cs
r4179 r4697 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HeuristicLab.Data;25 24 26 25 namespace HeuristicLab.Problems.VehicleRouting { -
branches/CloningRefactoring/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPMoveOperator.cs
r4179 r4697 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HeuristicLab.Data;25 24 26 25 namespace HeuristicLab.Problems.VehicleRouting {
Note: See TracChangeset
for help on using the changeset viewer.