Changeset 16559 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants
- Timestamp:
- 01/25/19 18:27:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedOperator.cs
r16477 r16559 1 using HEAL. Fossil;1 using HEAL.Attic; 2 2 #region License Information 3 3 /* HeuristicLab -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedProblemInstance.cs
r16477 r16559 21 21 22 22 using HeuristicLab.Data; 23 using HEAL. Fossil;23 using HEAL.Attic; 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous/IHomogenousCapacitatedOperator.cs
r16477 r16559 1 using HEAL. Fossil;1 using HEAL.Attic; 2 2 #region License Information 3 3 /* HeuristicLab -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Homogenous/IHomogenousCapacitatedProblemInstance.cs
r16477 r16559 21 21 22 22 using HeuristicLab.Data; 23 using HEAL. Fossil;23 using HEAL.Attic; 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/ICapacitatedOperator.cs
r16477 r16559 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL. Fossil;23 using HEAL.Attic; 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/ICapacitatedProblemInstance.cs
r16477 r16559 22 22 using HeuristicLab.Data; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/General/IGeneralVRPOperator.cs
r16477 r16559 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL. Fossil;23 using HEAL.Attic; 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/MultiDepot/IMultiDepotOperator.cs
r16477 r16559 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL. Fossil;23 using HEAL.Attic; 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/MultiDepot/IMultiDepotProblemInstance.cs
r16477 r16559 22 22 using HeuristicLab.Data; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery/IPickupAndDeliveryOperator.cs
r16477 r16559 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL. Fossil;23 using HEAL.Attic; 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/PickupAndDelivery/IPickupAndDeliveryProblemInstance.cs
r16477 r16559 22 22 using HeuristicLab.Data; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotOperator.cs
r16477 r16559 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL. Fossil;23 using HEAL.Attic; 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/SingleDepot/ISingleDepotProblemInstance.cs
r16477 r16559 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL. Fossil;23 using HEAL.Attic; 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedOperator.cs
r16477 r16559 21 21 22 22 using HeuristicLab.Problems.VehicleRouting.Interfaces; 23 using HEAL. Fossil;23 using HEAL.Attic; 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Variants { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Variants/TimeWindowed/ITimeWindowedProblemInstance.cs
r16477 r16559 22 22 using HeuristicLab.Data; 23 23 using HeuristicLab.Problems.VehicleRouting.Interfaces; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Variants {
Note: See TracChangeset
for help on using the changeset viewer.