Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/26/15 17:36:54 (8 years ago)
Author:
mkommend
Message:

#2521: Adapted unit tests in problem refactoring branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemRefactoring/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r13266 r13408  
    440440    <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
    441441    <Compile Include="HeuristicLab-3.3\Samples\AlpsSampleTest.cs" />
     442    <Compile Include="HeuristicLab-3.3\Samples\EsGriewankSampleTest.cs">
     443      <SubType>Code</SubType>
     444    </Compile>
    442445    <Compile Include="HeuristicLab-3.3\Samples\GPRobocodeSampleTest.cs" />
    443     <Compile Include="HeuristicLab-3.3\Samples\OSESGriewankSampleTest.cs" />
    444446    <Compile Include="HeuristicLab-3.3\Samples\GAGroupingProblemSampleTest.cs" />
     447    <Compile Include="HeuristicLab-3.3\Samples\LocalSearchKnapsackSampleTest.cs">
     448      <SubType>Code</SubType>
     449    </Compile>
     450    <Compile Include="HeuristicLab-3.3\Samples\OSESGriewankSampleTest.cs">
     451      <SubType>Code</SubType>
     452    </Compile>
     453    <Compile Include="HeuristicLab-3.3\Samples\PsoSchwefelSampleTest.cs">
     454      <SubType>Code</SubType>
     455    </Compile>
     456    <Compile Include="HeuristicLab-3.3\Samples\SimulatedAnnealingRastriginSampleTest.cs">
     457      <SubType>Code</SubType>
     458    </Compile>
    445459    <Compile Include="HeuristicLab-3.3\Samples\VnsOpSampleTest.cs" />
    446     <Compile Include="HeuristicLab-3.3\Samples\EsGriewankSampleTest.cs" />
    447460    <Compile Include="HeuristicLab-3.3\Samples\GaussianProcessRegressionSampleTest.cs" />
    448461    <Compile Include="HeuristicLab-3.3\Samples\GAVrpSampleTest.cs" />
     
    454467    <Compile Include="HeuristicLab-3.3\Samples\GPTimeSeriesSampleTest.cs" />
    455468    <Compile Include="HeuristicLab-3.3\Samples\GPMultiplexerSampleTest.cs" />
    456     <Compile Include="HeuristicLab-3.3\Samples\LocalSearchKnapsackSampleTest.cs" />
    457     <Compile Include="HeuristicLab-3.3\Samples\PsoSchwefelSampleTest.cs" />
    458469    <Compile Include="HeuristicLab-3.3\Samples\RAPGASchedulingSampleTest.cs" />
    459470    <Compile Include="HeuristicLab-3.3\Samples\SamplesUtils.cs" />
     
    461472    <Compile Include="HeuristicLab-3.3\Samples\IslandGaTspSampleTest.cs" />
    462473    <Compile Include="HeuristicLab-3.3\Samples\ScatterSearchVRPSampleTest.cs" />
    463     <Compile Include="HeuristicLab-3.3\Samples\SimulatedAnnealingRastriginSampleTest.cs" />
    464474    <Compile Include="HeuristicLab-3.3\Samples\TabuSearchTspSampleTest.cs" />
    465475    <Compile Include="HeuristicLab-3.3\Samples\TabuSearchVRPSampleTest.cs" />
     
    572582    <Compile Include="HeuristicLab.Problems.Instances-3.3\TSPLIBInstanceProviderTest.cs" />
    573583    <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\ClassificationInstanceProviderTest.cs" />
    574     <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPLIBInstancesTest.cs" />
    575     <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPMoveEvaluatorTest.cs" />
    576     <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\AckleyEvaluatorTest.cs" />
    577     <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BealeEvaluatorTest.cs" />
    578     <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BoothEvaluatorTest.cs" />
    579     <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\GriewankEvaluatorTest.cs" />
    580     <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\LevyEvaluatorTest.cs" />
    581     <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\MatyasEvaluatorTest.cs" />
    582     <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RastriginEvaluatorTest.cs" />
    583     <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RosenbrockEvaluatorTest.cs" />
    584     <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SphereEvaluatorTest.cs" />
    585     <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SumSquaresEvaluatorTest.cs" />
    586     <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\ZakharovEvaluatorTest.cs" />
     584    <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPLIBInstancesTest.cs">
     585      <SubType>Code</SubType>
     586    </Compile>
     587    <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPMoveEvaluatorTest.cs">
     588      <SubType>Code</SubType>
     589    </Compile>
     590    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\AckleyEvaluatorTest.cs">
     591      <SubType>Code</SubType>
     592    </Compile>
     593    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BealeEvaluatorTest.cs">
     594      <SubType>Code</SubType>
     595    </Compile>
     596    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\BoothEvaluatorTest.cs">
     597      <SubType>Code</SubType>
     598    </Compile>
     599    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\GriewankEvaluatorTest.cs">
     600      <SubType>Code</SubType>
     601    </Compile>
     602    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\LevyEvaluatorTest.cs">
     603      <SubType>Code</SubType>
     604    </Compile>
     605    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\MatyasEvaluatorTest.cs">
     606      <SubType>Code</SubType>
     607    </Compile>
     608    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RastriginEvaluatorTest.cs">
     609      <SubType>Code</SubType>
     610    </Compile>
     611    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\RosenbrockEvaluatorTest.cs">
     612      <SubType>Code</SubType>
     613    </Compile>
     614    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SphereEvaluatorTest.cs">
     615      <SubType>Code</SubType>
     616    </Compile>
     617    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\SumSquaresEvaluatorTest.cs">
     618      <SubType>Code</SubType>
     619    </Compile>
     620    <Compile Include="HeuristicLab.Problems.TestFunctions-3.3\ZakharovEvaluatorTest.cs">
     621      <SubType>Code</SubType>
     622    </Compile>
    587623    <Compile Include="HeuristicLab.Problems.TravelingSalesman-3.3\TSPMoveEvaluatorTest.cs" />
    588624    <Compile Include="HeuristicLab.Problems.LinearAssignment-3.3\LinearAssignmentProblemSolverTest.cs" />
     
    660696    </EmbeddedResource>
    661697  </ItemGroup>
     698  <ItemGroup />
    662699  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    663700  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.