Changeset 7175 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/ConstraintRelaxation
- Timestamp:
- 12/12/11 12:38:24 (13 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/ConstraintRelaxation
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/ConstraintRelaxation/Capacitated/CapacityRelaxationVRPAnalyzer.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 -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Analyzer/ConstraintRelaxation/PickupAndDelivery/PickupViolationsRelaxationVRPAnalyzer.cs
r6724 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 -
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.