- Timestamp:
- 09/06/10 17:05:13 (14 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Creators
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Alba/Creators/DefaultRepresentationCreator.cs
r4363 r4365 42 42 public override IOperation Apply() { 43 43 //choose default encoding here 44 //VRPToursParameter.ActualValue = AlbaEncoding.ConvertFrom(CreateSolution());44 VRPToursParameter.ActualValue = AlbaEncoding.ConvertFrom(CreateSolution(), ProblemInstance); 45 45 46 46 return base.Apply();
Note: See TracChangeset
for help on using the changeset viewer.