Changeset 6710 for branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous
- Timestamp:
- 09/06/11 13:00:12 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Variants/Capacitated/Heterogenous/IHeterogenousCapacitatedEncoding.cs
r4376 r6710 24 24 using System.Linq; 25 25 using System.Text; 26 using HeuristicLab.Problems.VehicleRouting.Interfaces; 26 27 27 28 namespace HeuristicLab.Problems.VehicleRouting.Variants { 28 public interface IHeterogenousCapacitatedEncoding : I HomogenousCapacitatedEncoding {29 public interface IHeterogenousCapacitatedEncoding : IVRPEncoding { 29 30 int GetVehicleAssignment(int tour); 30 31 }
Note: See TracChangeset
for help on using the changeset viewer.