- Timestamp:
- 06/14/12 10:52:35 (12 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.VehicleRouting/3.4 merged: 7999,8006
- Property svn:mergeinfo changed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs
r7852 r8007 31 31 namespace HeuristicLab.Problems.VehicleRouting.Interfaces { 32 32 public interface IVRPProblemInstance: IItem { 33 IVRPEvaluator SolutionEvaluator { get; }33 IVRPEvaluator SolutionEvaluator { get; set; } 34 34 IVRPEvaluator MoveEvaluator { get; } 35 35 IEnumerable<IOperator> Operators { get; }
Note: See TracChangeset
for help on using the changeset viewer.