Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/06/13 03:12:42 (11 years ago)
Author:
jhelm
Message:

#1966: Applied some heavy refactoring on the decoder-classes and cleaned up the code a bit;

File:
1 edited

Legend:

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

    r9563 r9593  
    166166    <Compile Include="Analyzers\BinPackingAnalyzer.cs" />
    167167    <Compile Include="Decoders\2D\BL\BottomLeftMultiComponentVectorDecoder.cs" />
    168     <Compile Include="Decoders\2D\BL\BottomLeftFunctions.cs" />
     168    <Compile Include="Decoders\2D\TwoDimensionalPackingFunctions.cs" />
    169169    <Compile Include="Decoders\2D\EP\ExtremePointGroupingVectorDecoder2D.cs" />
    170170    <Compile Include="Decoders\2D\EP\ExtremePointMultiComponentVectorDecoder2D.cs" />
    171171    <Compile Include="Decoders\2D\EP\ExtremePointPackingSequenceDecoder2D.cs" />
    172     <Compile Include="Decoders\2D\EP\ExtremePointsFunctions2D.cs" />
     172    <Compile Include="Decoders\3D\ThreeDimensionalPackingFunctions.cs" />
    173173    <Compile Include="Decoders\3D\EP\ExtremePointMultiComponentVectorDecoder3D.cs" />
    174174    <Compile Include="Decoders\3D\EP\ExtremePointGroupingVectorDecoder3D.cs" />
    175175    <Compile Include="Decoders\3D\EP\ExtremePointPackingSequenceDecoder3D.cs" />
    176176    <Compile Include="Decoders\3D\DBL\DeepestBottomLeftMultiComponentVectorDecoder.cs" />
    177     <Compile Include="Decoders\3D\DBL\DeepestBottomLeftFunctions.cs" />
    178     <Compile Include="Decoders\3D\EP\ExtremePointsFunctions3D.cs" />
    179177    <Compile Include="Decoders\3D\DBL\DeepestBottomLeftGroupingVectorDecoder.cs" />
    180178    <Compile Include="Decoders\2D\BL\BottomLeftGroupingVectorDecoder.cs" />
     
    182180    <Compile Include="Decoders\2D\BL\BottomLeftPackingSequenceDecoder.cs" />
    183181    <Compile Include="Decoders\3D\EP\ISOContainerMultiComponentVectorDecoder3D.cs" />
     182    <Compile Include="Decoders\SequentialPackingFunctions.cs">
     183      <SubType>Code</SubType>
     184    </Compile>
    184185    <Compile Include="Decoders\PackingSolutionDecoder.cs" />
     186    <Compile Include="Dimensions\OccupiedPoints3D.cs" />
     187    <Compile Include="Dimensions\OccupiedPoints2D.cs" />
     188    <Compile Include="Dimensions\OccupiedPoints.cs" />
    185189    <Compile Include="Encodings\GroupingVector\GroupingVectorSwap2Manipulator.cs" />
    186190    <Compile Include="Encodings\GroupingVector\GroupingVectorSinglePointCrossover.cs" />
     
    243247    <Compile Include="Encodings\PackingSequence\Moves\Insertion\InsertionMoveAttribute.cs" />
    244248    <Compile Include="Encodings\PackingSequence\Moves\Insertion\InsertionMoveGenerator.cs" />
    245     <Compile Include="Encodings\PackingSequence\PackingSequenceInsertionManipulator.cs" />
    246     <Compile Include="Encodings\PackingSequence\PackingSequenceSwap2Manipulator.cs" />
     249    <Compile Include="Encodings\PackingSequence\PackingSequenceInversionManipulator.cs" />
    247250    <Compile Include="Encodings\PackingSequence\PackingSequencePartiallyMatchedCrossover.cs" />
    248251    <Compile Include="Encodings\PackingSequence\PackingSequenceOrderCrossover.cs" />
     
    268271    </Compile>
    269272    <Compile Include="Encodings\PackingSequence\PackingSequenceRandomCreator.cs" />
     273    <Compile Include="Encodings\PackingSequence\PackingSequenceScrambleManipulator.cs" />
    270274    <Compile Include="Encodings\PackingSolutionCreator.cs" />
    271275    <Compile Include="Encodings\PackingSolutionCrossover.cs" />
Note: See TracChangeset for help on using the changeset viewer.