- Timestamp:
- 09/03/10 11:15:22 (14 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedEncoding.cs
r4362 r4363 24 24 using System.Linq; 25 25 using System.Text; 26 using HeuristicLab.Problems.VehicleRouting.Interfaces; 26 27 27 namespace HeuristicLab.Problems.VehicleRouting. Interfaces.Variants {28 namespace HeuristicLab.Problems.VehicleRouting.Variants { 28 29 public interface ITimeWindowedEncoding: IVRPEncoding { 29 30 } -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedOperator.cs
r4362 r4363 24 24 using System.Linq; 25 25 using System.Text; 26 using HeuristicLab.Problems.VehicleRouting.Interfaces; 26 27 27 namespace HeuristicLab.Problems.VehicleRouting. Interfaces.Variants {28 namespace HeuristicLab.Problems.VehicleRouting.Variants { 28 29 public interface ITimeWindowedOperator: IVRPOperator { 29 30 } -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedProblemInstance.cs
r4362 r4363 25 25 using System.Text; 26 26 using HeuristicLab.Data; 27 using HeuristicLab.Problems.VehicleRouting.Interfaces; 27 28 28 namespace HeuristicLab.Problems.VehicleRouting. Interfaces.Variants {29 namespace HeuristicLab.Problems.VehicleRouting.Variants { 29 30 public interface ITimeWindowedProblemInstance: IVRPProblemInstance { 30 31 DoubleArray ReadyTime { get; }
Note: See TracChangeset
for help on using the changeset viewer.