Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/16 00:03:14 (8 years ago)
Author:
abeham
Message:

#2457: added directed walk for qap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Common/3.3/HeuristicLab.OptimizationExpertSystem.Common-3.3.csproj

    r13791 r13861  
    114114      <Private>False</Private>
    115115    </Reference>
     116    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     117      <SpecificVersion>False</SpecificVersion>
     118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     119      <Private>False</Private>
     120    </Reference>
    116121    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    117122      <SpecificVersion>False</SpecificVersion>
     
    159164  <ItemGroup>
    160165    <Compile Include="Interfaces\IRecommendationModel.cs" />
     166    <Compile Include="ProblemCharacteristicAnalysis\QAP\QAPBestDirectedWalk.cs" />
    161167    <Compile Include="Recommenders\KNearestNeighborModel.cs" />
    162168    <Compile Include="Recommenders\OverallBestRecommender.cs" />
     
    183189      <Private>False</Private>
    184190    </ProjectReference>
     191    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
     192      <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
     193      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
     194      <Private>False</Private>
     195    </ProjectReference>
    185196    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    186197      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
Note: See TracChangeset for help on using the changeset viewer.