- Timestamp:
- 05/04/19 08:22:42 (6 years ago)
- Location:
- branches/2925_AutoDiffForDynamicalModels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2925_AutoDiffForDynamicalModels
- Property svn:mergeinfo changed
-
branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Problems.VehicleRouting merged: 16796
- Property svn:mergeinfo changed
-
branches/2925_AutoDiffForDynamicalModels/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs
r16662 r16892 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.