Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/BestAverageWorstTours/TimeWindowed/BestTimeWindowedVRPToursMemorizer.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/BestAverageWorstTours/TimeWindowed/BestTimeWindowedVRPToursMemorizer.cs
r13368 r14711 30 30 namespace HeuristicLab.Problems.VehicleRouting { 31 31 [Item("BestTimeWindowedVRPToursMemorizer", "An operator that updates the best VRP tour found so far in the scope three.")] 32 [Storable Class("AB2027A5-1324-47A0-AB79-54C7E2B0ED74")]32 [StorableType("AB2027A5-1324-47A0-AB79-54C7E2B0ED74")] 33 33 public class BestTimeWindowedVRPToursMemorizer : SingleSuccessorOperator { 34 34 public ScopeTreeLookupParameter<DoubleValue> TardinessParameter {
Note: See TracChangeset
for help on using the changeset viewer.