Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/07/13 01:20:12 (11 years ago)
Author:
jhelm
Message:

#1966: More refactoring; Added more sophisticated structures for packing-plan and bin-packing representation; Transferred parts of the decoding-algorithms to these structures; Did some more refactoring and cleanup;

File:
1 edited

Legend:

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

    r9593 r9596  
    166166    <Compile Include="Analyzers\BinPackingAnalyzer.cs" />
    167167    <Compile Include="Decoders\2D\BL\BottomLeftMultiComponentVectorDecoder.cs" />
    168     <Compile Include="Decoders\2D\TwoDimensionalPackingFunctions.cs" />
    169168    <Compile Include="Decoders\2D\EP\ExtremePointGroupingVectorDecoder2D.cs" />
    170169    <Compile Include="Decoders\2D\EP\ExtremePointMultiComponentVectorDecoder2D.cs" />
    171170    <Compile Include="Decoders\2D\EP\ExtremePointPackingSequenceDecoder2D.cs" />
    172     <Compile Include="Decoders\3D\ThreeDimensionalPackingFunctions.cs" />
    173171    <Compile Include="Decoders\3D\EP\ExtremePointMultiComponentVectorDecoder3D.cs" />
    174172    <Compile Include="Decoders\3D\EP\ExtremePointGroupingVectorDecoder3D.cs" />
     
    180178    <Compile Include="Decoders\2D\BL\BottomLeftPackingSequenceDecoder.cs" />
    181179    <Compile Include="Decoders\3D\EP\ISOContainerMultiComponentVectorDecoder3D.cs" />
    182     <Compile Include="Decoders\SequentialPackingFunctions.cs">
    183       <SubType>Code</SubType>
    184     </Compile>
    185180    <Compile Include="Decoders\PackingSolutionDecoder.cs" />
    186     <Compile Include="Dimensions\OccupiedPoints3D.cs" />
    187     <Compile Include="Dimensions\OccupiedPoints2D.cs" />
    188     <Compile Include="Dimensions\OccupiedPoints.cs" />
    189181    <Compile Include="Encodings\GroupingVector\GroupingVectorSwap2Manipulator.cs" />
    190182    <Compile Include="Encodings\GroupingVector\GroupingVectorSinglePointCrossover.cs" />
     
    211203    <Compile Include="Encodings\GroupingVector\GroupingVectorManipulator.cs" />
    212204    <Compile Include="Encodings\GroupingVector\GroupingVectorRandomCreator.cs" />
     205    <Compile Include="Encodings\MultiComponentVector\SequenceBasedMultiComponentVectorCrossover.cs" />
    213206    <Compile Include="Encodings\MultiComponentVector\BinBasedMultiComponentVectorCrossover.cs" />
    214     <Compile Include="Encodings\MultiComponentVector\SequenceBasedMultiComponentVectorCrossover.cs" />
    215207    <Compile Include="Encodings\MultiComponentVector\Moves\Multi\Attributes\ChangePositionMoveAttribute.cs" />
    216208    <Compile Include="Encodings\MultiComponentVector\Moves\Triple\Attributes\MCVTripleMoveAttribute.cs" />
     
    241233    <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorRandomCreator.cs" />
    242234    <Compile Include="Encodings\MultiComponentVector\ThreeWayMultiComponentVectorManipulator.cs" />
     235    <Compile Include="Encodings\PackingPlans\BinPacking2D.cs" />
     236    <Compile Include="Encodings\PackingPlans\BinPacking3D.cs" />
     237    <Compile Include="Encodings\PackingPlans\BinPacking.cs" />
    243238    <Compile Include="Encodings\PackingPlans\PackingPlan.cs" />
    244239    <Compile Include="Encodings\PackingSequence\Moves\Insertion\ExhaustiveInsertionMoveGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.