Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/19 14:32:01 (5 years ago)
Author:
abeham
Message:

#2521: fixed some problems in Samples.Create unit tests and updated samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2521_ProblemRefactoring/HeuristicLab.Problems.TravelingSalesman/3.3/TSPSolution.cs

    r17335 r17356  
    4646    }
    4747
    48     [Storable]
    49     private ITSPData tspData;
     48    [Storable] private ITSPData tspData;
    5049    public ITSPData TSPData {
    5150      get { return tspData; }
     
    5756    }
    5857
    59     [Storable]
    60     private Permutation tour;
     58    [Storable] private Permutation tour;
    6159    public Permutation Tour {
    6260      get { return tour; }
     
    6765      }
    6866    }
    69     [Storable]
    70     private DoubleValue tourLength;
     67    [Storable] private DoubleValue tourLength;
    7168    public DoubleValue TourLength {
    7269      get { return tourLength; }
Note: See TracChangeset for help on using the changeset viewer.