Changeset 7175 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/BestAverageWorstTours/TimeWindowed
- Timestamp:
- 12/12/11 12:38:24 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/BestAverageWorstTours/TimeWindowed/BestAverageWorstTimeWindowedVRPToursAnalyzer.cs
r4752 r7175 88 88 89 89 #region Properties 90 public bool EnabledByDefault { 91 get { return true; } 92 } 90 93 private BestTimeWindowedVRPToursMemorizer BestMemorizer { 91 94 get { return (BestTimeWindowedVRPToursMemorizer)OperatorGraph.InitialOperator; }
Note: See TracChangeset
for help on using the changeset viewer.