Changeset 15217 for stable/HeuristicLab.Problems.VehicleRouting
- Timestamp:
- 07/12/17 21:02:01 (7 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 14412,14475-14476,14659-14660,14663,14912,15050,15067,15069,15079,15162,15166,15172-15173
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.VehicleRouting merged: 15069
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs
r15066 r15217 254 254 Operators.Add(new VRPSimilarityCalculator()); 255 255 Operators.Add(new QualitySimilarityCalculator()); 256 Operators.Add(new NoSimilarityCalculator());257 256 Operators.Add(new PopulationSimilarityAnalyzer(Operators.OfType<ISolutionSimilarityCalculator>())); 258 257
Note: See TracChangeset
for help on using the changeset viewer.