Changeset 7175 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/ConstraintRelaxation/TimeWindowed
- 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/ConstraintRelaxation/TimeWindowed/TimeWindowRelaxationVRPAnalyzer.cs
r6711 r7175 67 67 public ValueLookupParameter<ResultCollection> ResultsParameter { 68 68 get { return (ValueLookupParameter<ResultCollection>)Parameters["Results"]; } 69 } 70 71 public bool EnabledByDefault { 72 get { return false; } 69 73 } 70 74
Note: See TracChangeset
for help on using the changeset viewer.