Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Problems.VehicleRouting/3.4/ProblemInstances/VRPEvaluation.cs

    r14185 r14929  
    2121
    2222using System.Collections.Generic;
     23using HeuristicLab.Persistence;
    2324
    2425namespace HeuristicLab.Problems.VehicleRouting.ProblemInstances {
     26  [StorableType("dde417ca-cb1e-4aa8-b573-22e5451f0d4a")]
    2527  public class StopInsertionInfo {
    2628    private int start;
     
    4345  }
    4446
     47  [StorableType("e80a6db1-bd54-46c5-96ed-e2b811c9b054")]
    4548  public class TourInsertionInfo {
    4649    public double Penalty { get; set; }
     
    7073  }
    7174
     75  [StorableType("6d3e38c2-65fe-494e-b683-eb77249df833")]
    7276  public class InsertionInfo {
    7377    private List<TourInsertionInfo> tourInsertionInfos;
     
    8791  }
    8892
     93  [StorableType("6786408a-87bb-43db-9d44-1aefdf2548e6")]
    8994  public class VRPEvaluation {
    9095    public double Quality { get; set; }
Note: See TracChangeset for help on using the changeset viewer.