- Timestamp:
- 09/03/10 11:15:22 (14 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEncoding.cs
r4362 r4363 25 25 using System.Text; 26 26 using HeuristicLab.Core; 27 using HeuristicLab.Problems.VehicleRouting.DomainModel;28 27 29 28 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEvaluator.cs
r4362 r4363 26 26 using HeuristicLab.Core; 27 27 using HeuristicLab.Optimization; 28 using HeuristicLab.Problems.VehicleRouting.DomainModel;29 28 30 29 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs
r4362 r4363 27 27 using HeuristicLab.Core; 28 28 using HeuristicLab.Data; 29 using HeuristicLab.Problems.VehicleRouting.DomainModel;30 29 31 30 namespace HeuristicLab.Problems.VehicleRouting.Interfaces {
Note: See TracChangeset
for help on using the changeset viewer.