- 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/SingleDepot/ISingleDepotEncoding.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 ISingleDepotEncoding: IVRPEncoding { 29 30 } -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotOperator.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 ISingleDepotOperator: IVRPOperator { 29 30 } -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotProblemInstance.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 ISingleDepotProblemInstance: IVRPProblemInstance { 29 30 }
Note: See TracChangeset
for help on using the changeset viewer.