- Timestamp:
- 04/17/19 19:43:45 (6 years ago)
- Location:
- branches/2931_OR-Tools_LP_MIP
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2931_OR-Tools_LP_MIP
- Property svn:mergeinfo changed
/trunk merged: 16729,16737,16740,16743,16757-16758,16762-16764,16768-16769,16779,16782-16784,16788,16792,16794-16799,16802
- Property svn:mergeinfo changed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.Problems.VehicleRouting
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Problems.VehicleRouting merged: 16796
- Property svn:mergeinfo changed
-
branches/2931_OR-Tools_LP_MIP/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs
r16720 r16803 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.