Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/03/12 18:22:41 (13 years ago)
Author:
abeham
Message:

#1614

  • Added Transpose() extension method for double[,] matrices
  • Added IProblemInstanceConsumer<T> interface
  • Implemented general ProblemView which auto-detects all instances a problem can consume
  • Added ability of IProblemInstanceProvider to directly feed a consumer
  • Implemented general view for problem instance providers
  • Fixed a few bugs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views/3.3/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Views-3.3.csproj

    r7445 r7448  
    8888  </ItemGroup>
    8989  <ItemGroup>
    90     <Compile Include="GQAPProblemView.cs">
     90    <Compile Include="ProblemInstanceProviderView.cs">
    9191      <SubType>UserControl</SubType>
    9292    </Compile>
    93     <Compile Include="GQAPProblemView.Designer.cs">
    94       <DependentUpon>GQAPProblemView.cs</DependentUpon>
     93    <Compile Include="ProblemInstanceProviderView.Designer.cs">
     94      <DependentUpon>ProblemInstanceProviderView.cs</DependentUpon>
     95    </Compile>
     96    <Compile Include="ProblemView.cs">
     97      <SubType>UserControl</SubType>
     98    </Compile>
     99    <Compile Include="ProblemView.Designer.cs">
     100      <DependentUpon>ProblemView.cs</DependentUpon>
    95101    </Compile>
    96102    <Compile Include="GQAPAssignmentArchiveView.cs">
     
    125131  </ItemGroup>
    126132  <ItemGroup>
    127     <EmbeddedResource Include="GQAPProblemView.resx">
    128       <DependentUpon>GQAPProblemView.cs</DependentUpon>
     133    <EmbeddedResource Include="ProblemInstanceProviderView.resx">
     134      <DependentUpon>ProblemInstanceProviderView.cs</DependentUpon>
     135    </EmbeddedResource>
     136    <EmbeddedResource Include="ProblemView.resx">
     137      <DependentUpon>ProblemView.cs</DependentUpon>
    129138    </EmbeddedResource>
    130139    <EmbeddedResource Include="GQAPAssignmentArchiveView.resx">
Note: See TracChangeset for help on using the changeset viewer.