- Timestamp:
- 09/13/11 16:00:19 (13 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPEvaluator.cs
r4378 r6752 35 35 VRPEvaluation Evaluate(IVRPProblemInstance instance, Tour tour); 36 36 bool Feasible(VRPEvaluation evaluation); 37 double GetInsertionCosts(IVRPProblemInstance instance, VRPEvaluation eval, int customer, int tour, int index, out bool feasible); 37 38 } 38 39 } -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interfaces/IVRPProblemInstance.cs
r6607 r6752 54 54 VRPEvaluation Evaluate(Tour tour); 55 55 bool Feasible(VRPEvaluation eval); 56 double GetInsertionCosts(VRPEvaluation eval, int customer, int tour, int index, out bool feasible); 56 57 } 57 58 }
Note: See TracChangeset
for help on using the changeset viewer.