Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/17/15 23:06:38 (8 years ago)
Author:
abeham
Message:

#2221: integrated PTSP into trunk

Location:
trunk/sources/HeuristicLab.Tests
Files:
1 added
2 edited
1 copied

Legend:

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

    r12722 r13484  
    4646        typeof (HeuristicLab.Problems.DataAnalysis.ClassificationEnsembleSolution),
    4747        typeof (HeuristicLab.Problems.DataAnalysis.RegressionEnsembleSolution),
    48         typeof (HeuristicLab.Problems.Orienteering.DistanceMatrix)
     48        typeof (HeuristicLab.Problems.Orienteering.DistanceMatrix),
     49        typeof (HeuristicLab.Problems.PTSP.DistanceMatrix)
    4950      };
    5051      excludedTypes.Add(typeof(SymbolicExpressionGrammar).Assembly.GetType("HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.EmptySymbolicExpressionTreeGrammar"));
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r13395 r13484  
    201201      <SpecificVersion>False</SpecificVersion>
    202202      <HintPath>..\bin\HeuristicLab.Encodings.LinearLinkageEncoding-3.3.dll</HintPath>
     203      <Private>False</Private>
    203204    </Reference>
    204205    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
     
    367368    <Reference Include="HeuristicLab.Problems.Orienteering-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    368369      <HintPath>..\bin\HeuristicLab.Problems.Orienteering-3.3.dll</HintPath>
     370      <Private>False</Private>
     371    </Reference>
     372    <Reference Include="HeuristicLab.Problems.PTSP-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     373      <SpecificVersion>False</SpecificVersion>
     374      <HintPath>..\bin\HeuristicLab.Problems.PTSP-3.3.dll</HintPath>
    369375      <Private>False</Private>
    370376    </Reference>
     
    572578    <Compile Include="HeuristicLab.Problems.Instances-3.3\TSPLIBInstanceProviderTest.cs" />
    573579    <Compile Include="HeuristicLab.Problems.Instances.DataAnalysis-3.3\ClassificationInstanceProviderTest.cs" />
     580    <Compile Include="HeuristicLab.Problems.PTSP-3.3\PTSPMoveEvaluatorTest.cs" />
    574581    <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPLIBInstancesTest.cs" />
    575582    <Compile Include="HeuristicLab.Problems.QuadraticAssignment-3.3\QAPMoveEvaluatorTest.cs" />
Note: See TracChangeset for help on using the changeset viewer.