Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/16 12:06:43 (8 years ago)
Author:
gkronber
Message:

#1966: refactoring 2d problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/HeuristicLab.Problems.BinPacking2D-3.3.csproj

    r14148 r14149  
    168168    <Compile Include="Instances\RandomDataDescriptor.cs" />
    169169    <Compile Include="Instances\RandomInstanceProvider.cs" />
     170    <Compile Include="Interfaces\IDecoder.cs" />
    170171    <Compile Include="Interfaces\IEvaluator.cs" />
    171     <Compile Include="Interfaces\IPermutationDecoder.cs">
    172       <SubType>Code</SubType>
    173     </Compile>
    174172    <Compile Include="PackingItem.cs" />
    175173    <Compile Include="PackingPosition.cs" />
     
    180178    <Compile Include="PermutationEncoding\Swap2MoveEvaluator.cs" />
    181179    <Compile Include="PermutationEncoding\TranslocationMoveEvaluator.cs" />
     180    <Compile Include="ProblemBase.cs" />
    182181    <Compile Include="Plugin.cs" />
    183182    <Compile Include="Properties\AssemblyInfo.cs" />
    184183    <Compile Include="Solution.cs" />
     184    <Compile Include="MoveEvaluatorBase.cs" />
    185185  </ItemGroup>
    186186  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.