Changeset 7175 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/BestAverageWorstTours/Capacitated
- 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/Capacitated/BestAverageWorstCapacitatedVRPToursAnalyzer.cs
r4752 r7175 69 69 70 70 #region Properties 71 public bool EnabledByDefault { 72 get { return true; } 73 } 71 74 private BestCapacitatedVRPToursMemorizer BestMemorizer { 72 75 get { return (BestCapacitatedVRPToursMemorizer)OperatorGraph.InitialOperator; }
Note: See TracChangeset
for help on using the changeset viewer.