Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8195


Ignore:
Timestamp:
07/03/12 14:13:18 (12 years ago)
Author:
sforsten
Message:

#1722: changed method name in test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/SamplesTest.cs

    r8132 r8195  
    4444using HeuristicLab.Problems.DataAnalysis.Symbolic.Classification;
    4545using HeuristicLab.Problems.DataAnalysis.Symbolic.Regression;
     46using HeuristicLab.Problems.Instances;
    4647using HeuristicLab.Problems.Instances.DataAnalysis;
    4748using HeuristicLab.Problems.Instances.TSPLIB;
     49using HeuristicLab.Problems.Instances.VehicleRouting;
    4850using HeuristicLab.Problems.Knapsack;
    4951using HeuristicLab.Problems.TestFunctions;
     
    5153using HeuristicLab.Problems.VehicleRouting;
    5254using HeuristicLab.Problems.VehicleRouting.Encodings.General;
    53 using HeuristicLab.Problems.VehicleRouting.Encodings.Alba;
    5455using HeuristicLab.Problems.VehicleRouting.Encodings.Potvin;
    5556using HeuristicLab.Problems.VehicleRouting.ProblemInstances;
    5657using HeuristicLab.Selection;
    5758using Microsoft.VisualStudio.TestTools.UnitTesting;
    58 using HeuristicLab.Problems.Instances.VehicleRouting;
    59 using HeuristicLab.Problems.Instances;
    6059
    6160
     
    133132
    134133      SolomonFormatInstanceProvider instanceProvider = new SolomonInstanceProvider();
    135       IVRPData data = instanceProvider.LoadData("C101.txt", "C101.opt.txt");
     134      IVRPData data = instanceProvider.Import("C101.txt", "C101.opt.txt");
    136135      vrpProblem.Load(data);
    137136      vrpProblem.Name = "C101 VRP (imported from Solomon)";
Note: See TracChangeset for help on using the changeset viewer.