Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14148


Ignore:
Timestamp:
07/21/16 11:00:19 (8 years ago)
Author:
gkronber
Message:

#1966: restructuring

Location:
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3
Files:
2 added
4 deleted
1 edited
7 moved

Legend:

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

    r14147 r14148  
    163163  <ItemGroup>
    164164    <Compile Include="BinPacking2D.cs" />
    165     <Compile Include="BinUtilizationEvaluator.cs" />
    166     <Compile Include="BottomLefttPermutationDecoder.cs" />
    167     <Compile Include="ExtremePointPermutationDecoder.cs" />
     165    <Compile Include="Evaluators\BinUtilizationEvaluator.cs" />
     166    <Compile Include="Evaluators\PackingRatioEvaluator.cs" />
    168167    <Compile Include="Instances\BPPData.cs" />
    169168    <Compile Include="Instances\RandomDataDescriptor.cs" />
    170169    <Compile Include="Instances\RandomInstanceProvider.cs" />
    171170    <Compile Include="Interfaces\IEvaluator.cs" />
    172     <Compile Include="Interfaces\IPermutationDecoder.cs" />
    173     <Compile Include="Interfaces\I2DGVDecoder.cs" />
    174     <Compile Include="Interfaces\I2DMCVDecoder.cs" />
    175     <Compile Include="Interfaces\I2DOperator.cs" />
    176     <Compile Include="Interfaces\I2DPSDecoder.cs" />
    177     <Compile Include="MoveEvaluators\Swap2MoveEvaluator.cs" />
    178     <Compile Include="MoveEvaluators\TranslocationMoveEvaluator.cs">
     171    <Compile Include="Interfaces\IPermutationDecoder.cs">
    179172      <SubType>Code</SubType>
    180173    </Compile>
    181174    <Compile Include="PackingItem.cs" />
    182175    <Compile Include="PackingPosition.cs" />
    183     <Compile Include="PackingRatioEvaluator.cs" />
    184     <Compile Include="PackingSequenceProblem.cs" />
    185176    <Compile Include="PackingShape.cs" />
     177    <Compile Include="PermutationEncoding\BottomLeftPermutationDecoder.cs" />
     178    <Compile Include="PermutationEncoding\ExtremePointPermutationDecoder.cs" />
     179    <Compile Include="PermutationEncoding\PermutationProblem.cs" />
     180    <Compile Include="PermutationEncoding\Swap2MoveEvaluator.cs" />
     181    <Compile Include="PermutationEncoding\TranslocationMoveEvaluator.cs" />
    186182    <Compile Include="Plugin.cs" />
    187183    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.