Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/20/12 17:26:56 (12 years ago)
Author:
sforsten
Message:

#1782:

  • HeuristicOptimizationView has been integrated in ProblemView and was deleted afterwards.
  • the icons for the load and the info button have been changed
  • QuadraticAssignmentProblem now also loads name and description of problem instance
  • A unused OpenFileDialog has been removed in QuadraticAssignmentProblemView
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r7500 r7641  
    257257      <DependentUpon>RegressionSolutionScatterPlotView.cs</DependentUpon>
    258258    </Compile>
     259    <Compile Include="DataAnalysisProblemView.cs">
     260      <SubType>UserControl</SubType>
     261    </Compile>
     262    <Compile Include="DataAnalysisProblemView.Designer.cs">
     263      <DependentUpon>DataAnalysisProblemView.cs</DependentUpon>
     264    </Compile>
    259265    <None Include="HeuristicLab.snk" />
    260266    <None Include="Plugin.cs.frame" />
    261267    <None Include="Properties\AssemblyInfo.cs.frame" />
    262     <Compile Include="DataAnalysisProblemView.cs">
    263       <SubType>UserControl</SubType>
    264     </Compile>
    265     <Compile Include="DataAnalysisProblemView.Designer.cs">
    266       <DependentUpon>DataAnalysisProblemView.cs</DependentUpon>
    267     </Compile>
    268268    <Compile Include="Properties\AssemblyInfo.cs" />
    269269  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.