Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/26/13 10:30:44 (11 years ago)
Author:
ascheibe
Message:

#1886 started working on volume calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers-3.3.csproj

    r9945 r10007  
    3838  </PropertyGroup>
    3939  <ItemGroup>
     40    <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     41      <SpecificVersion>False</SpecificVersion>
     42      <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath>
     43      <Private>False</Private>
     44    </Reference>
    4045    <Reference Include="HeuristicLab.Algorithms.DataAnalysis-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    4146      <SpecificVersion>False</SpecificVersion>
     
    126131    <Compile Include="CombinedOperators\QAPAfterCrossoverCombinedOperator.cs" />
    127132    <Compile Include="HyperHull.cs" />
     133    <Compile Include="ConvexHullMeasures.cs" />
     134    <Compile Include="IntegerExtensions.cs" />
    128135    <Compile Include="SolutionsCaching\AfterCrossoverSolutionCachingAnalyzer.cs" />
    129136    <Compile Include="SolutionsCaching\SolutionCachingAnalyzer.cs" />
Note: See TracChangeset for help on using the changeset viewer.