Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/17/11 17:19:09 (14 years ago)
Author:
gkronber
Message:

#1553: implemented unit test to create and run the GA VRP sample.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs

    r6042 r6441  
    164164      set { BestKnownSolutionParameter.Value = value; }
    165165    }
    166     IVRPCreator SolutionCreator {
     166    public IVRPCreator SolutionCreator {
    167167      get { return SolutionCreatorParameter.Value; }
    168168      set { SolutionCreatorParameter.Value = value; }
     
    171171      get { return SolutionCreatorParameter.Value; }
    172172    }
    173     IVRPEvaluator Evaluator {
     173    public IVRPEvaluator Evaluator {
    174174      get { return EvaluatorParameter.Value; }
    175175      set { EvaluatorParameter.Value = value; }
Note: See TracChangeset for help on using the changeset viewer.