Changeset 17718 for branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Prins/PrinsEncoding.cs
- Timestamp:
- 08/05/20 05:46:07 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Prins/PrinsEncoding.cs
r17714 r17718 27 27 using HeuristicLab.Core; 28 28 using HeuristicLab.PluginInfrastructure; 29 using HeuristicLab.Problems.VehicleRouting.Encodings.General; 29 30 using HeuristicLab.Problems.VehicleRouting.Interfaces; 30 31 … … 56 57 typeof (IPrinsOperator), 57 58 typeof (IVRPCreator), 58 typeof (IMultiVRPOperator) 59 typeof (IMultiVRPOperator), 60 typeof (IMultiVRPMoveOperator) 59 61 }; 60 62 }
Note: See TracChangeset
for help on using the changeset viewer.