Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/19/16 08:49:23 (8 years ago)
Author:
abeham
Message:

#2457: Added characteristic calculator for qap and adapted expert system view

File:
1 edited

Legend:

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

    r13485 r13551  
    117117      <Private>False</Private>
    118118    </Reference>
     119    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     120      <SpecificVersion>False</SpecificVersion>
     121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     122      <Private>False</Private>
     123    </Reference>
     124    <Reference Include="HeuristicLab.Problems.QuadraticAssignment-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     125      <SpecificVersion>False</SpecificVersion>
     126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.QuadraticAssignment-3.3.dll</HintPath>
     127      <Private>False</Private>
     128    </Reference>
    119129    <Reference Include="System" />
    120130    <Reference Include="System.Core" />
     
    131141    <Compile Include="Plugin.cs" />
    132142    <None Include="Properties\AssemblyInfo.cs.frame" />
     143    <Compile Include="ProblemCharacteristicAnalysis\CharacteristicCalculator.cs" />
     144    <Compile Include="ProblemCharacteristicAnalysis\DoubleMatrixCharacteristicCalculator.cs" />
     145    <Compile Include="ProblemCharacteristicAnalysis\QAP\QAPCharacteristicCalculator.cs" />
    133146    <Compile Include="Properties\AssemblyInfo.cs" />
    134147  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.