Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/21/10 18:33:42 (14 years ago)
Author:
svonolfe
Message:

Added simple view for the KnapsackProblem (#917)

File:
1 edited

Legend:

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

    r3384 r3467  
    8787    <Compile Include="Interfaces\IKnapsackMoveEvaluator.cs" />
    8888    <Compile Include="KnapsackProblem.cs" />
     89    <Compile Include="KnapsackSolution.cs" />
    8990    <Compile Include="MoveEvaluators\KnapsackMoveEvaluator.cs" />
    9091    <Compile Include="MoveEvaluators\KnapsackOneBitflipMoveEvaluator.cs" />
    9192    <Compile Include="Properties\AssemblyInfo.cs" />
     93    <Compile Include="Visualizers\BestKnapsackVisualizer.cs" />
    9294  </ItemGroup>
    9395  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.