- Timestamp:
- 04/19/19 09:09:45 (6 years ago)
- Location:
- branches/2994-AutoDiffForIntervals
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2994-AutoDiffForIntervals
- Property svn:mergeinfo changed
/trunk merged: 16740,16743,16757-16758,16762-16764,16768-16769,16779,16782-16784,16788,16792,16794-16799,16802,16819-16822
- Property svn:mergeinfo changed
-
branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Problems.VehicleRouting (added) merged: 16796
- Property svn:mergeinfo changed
-
branches/2994-AutoDiffForIntervals/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs
r16565 r16829 175 175 } 176 176 177 [Storable( Name = "operators", AllowOneWay = true)]177 [Storable(OldName = "operators")] 178 178 private List<IOperator> StorableOperators { 179 179 set { Operators.AddRange(value); }
Note: See TracChangeset
for help on using the changeset viewer.