Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/10 05:46:44 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj

    r2676 r2677  
    104104    </Compile>
    105105    <Compile Include="BoolArrayData.cs" />
    106     <Compile Include="IStringConvertibleArrayData.cs" />
     106    <Compile Include="IntMatrixData.cs" />
     107    <Compile Include="ValueTypeMatrixData.cs" />
     108    <Compile Include="StringConvertibleMatrixDataDimensions.cs" />
     109    <Compile Include="IStringConvertibleMatrixData.cs" />
    107110    <Compile Include="ValueTypeArrayData.cs" />
    108111    <Compile Include="IntArrayData.cs" />
Note: See TracChangeset for help on using the changeset viewer.