- Timestamp:
- 07/24/20 00:58:42 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.VehicleRouting.Views/3.4/VRPProblemInstanceView.cs
r17226 r17698 37 37 } 38 38 39 private IVRPEncod ingsolution;40 public IVRPEncod ingSolution {39 private IVRPEncodedSolution solution; 40 public IVRPEncodedSolution Solution { 41 41 get { 42 42 return solution;
Note: See TracChangeset
for help on using the changeset viewer.