Changeset 6772 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/LambdaInterchange
- Timestamp:
- 09/15/11 16:32:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Moves/LambdaInterchange/AlbaLambdaInterchangeMove.cs
r4752 r6772 28 28 using HeuristicLab.Data; 29 29 using HeuristicLab.Problems.VehicleRouting.Interfaces; 30 using HeuristicLab.Optimization; 30 31 31 32 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Alba { … … 106 107 } 107 108 109 public ITabuMaker GetTabuMaker() { 110 return null; 111 } 112 113 public ITabuChecker GetTabuChecker() { 114 return null; 115 } 116 117 public ITabuChecker GetSoftTabuChecker() { 118 return null; 119 } 120 108 121 #endregion 109 122 }
Note: See TracChangeset
for help on using the changeset viewer.