Changeset 4047 for trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveSoftTabuCriterion.cs
- Timestamp:
- 07/19/10 16:50:39 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveSoftTabuCriterion.cs
r3938 r4047 34 34 [Item("AlbaTranslocationMoveSoftTabuCriterion", "An operator which checks if translocation moves are tabu using a soft criterion.")] 35 35 [StorableClass] 36 public sealed class AlbaTranslocationMoveSoftTabuCriterion : AlbaMoveOperator, I PermutationTranslocationMoveOperator, ITabuChecker {36 public sealed class AlbaTranslocationMoveSoftTabuCriterion : AlbaMoveOperator, IAlbaTranslocationMoveOperator, ITabuChecker { 37 37 private TranslocationMoveSoftTabuCriterion tabuChecker; 38 38 protected override IPermutationMoveOperator PermutationMoveOperatorParameter {
Note: See TracChangeset
for help on using the changeset viewer.