Changeset 16559 for branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces
- Timestamp:
- 01/25/19 18:27:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IMultiVRPOperator.cs
r16477 r16559 22 22 using System.Collections.Generic; 23 23 using HeuristicLab.Core; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPCreator.cs
r16477 r16559 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPCrossover.cs
r16477 r16559 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEncoding.cs
r16477 r16559 22 22 using System.Collections.Generic; 23 23 using HeuristicLab.Core; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEvaluator.cs
r16477 r16559 23 23 using HeuristicLab.Optimization; 24 24 using HeuristicLab.Problems.VehicleRouting.ProblemInstances; 25 using HEAL. Fossil;25 using HEAL.Attic; 26 26 27 27 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPLocalSearchManipulator.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/Interfaces/IVRPManipulator.cs
r16477 r16559 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPMoveOperator.cs
r16477 r16559 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPMultiNeighborhoodShakingOperator.cs
r16477 r16559 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HEAL. Fossil;24 using HEAL.Attic; 25 25 26 26 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPOperator.cs
r16477 r16559 21 21 22 22 using HeuristicLab.Core; 23 using HEAL. Fossil;23 using HEAL.Attic; 24 24 25 25 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { -
branches/2520_PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs
r16477 r16559 25 25 using HeuristicLab.Data; 26 26 using HeuristicLab.Problems.VehicleRouting.ProblemInstances; 27 using HEAL. Fossil;27 using HEAL.Attic; 28 28 29 29 namespace HeuristicLab.Problems.VehicleRouting.Interfaces {
Note: See TracChangeset
for help on using the changeset viewer.