Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/16 13:03:42 (8 years ago)
Author:
gkronber
Message:

#1966: added abstract problem and move evaluator classes and implemented 2d bin packing problem based on integer vector encoding

File:
1 edited

Legend:

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

    r14149 r14151  
    168168    <Compile Include="Instances\RandomDataDescriptor.cs" />
    169169    <Compile Include="Instances\RandomInstanceProvider.cs" />
     170    <Compile Include="IntegerVectorEncoding\BottomLeftIntegerVectorDecoder.cs" />
     171    <Compile Include="IntegerVectorEncoding\IntegerVectorDecoderBase.cs" />
     172    <Compile Include="IntegerVectorEncoding\ExtremePointIntegerVectorDecoder.cs" />
     173    <Compile Include="IntegerVectorEncoding\IntegerVectorProblem.cs" />
    170174    <Compile Include="Interfaces\IDecoder.cs" />
    171175    <Compile Include="Interfaces\IEvaluator.cs" />
Note: See TracChangeset for help on using the changeset viewer.