Free cookie consent management tool by TermsFeed Policy Generator

Changeset 14051 for branches


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

#1966:

  • renamed files to match class names
  • deleted RegularSimpleRotationIdenticalBinPackingPlanEvaluator because it has been merged with EvaluatorBase
Location:
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3
Files:
1 deleted
1 edited
3 moved

Legend:

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

    r14050 r14051  
    251251    <Compile Include="Encodings\PackingSolutionCrossover.cs" />
    252252    <Compile Include="Encodings\PackingSolutionManipulator.cs" />
    253     <Compile Include="Evaluators\BinUtilizationRegularIdenticalBinEvaluator.cs" />
     253    <Compile Include="Evaluators\BinUtilizationEvaluator.cs" />
     254    <Compile Include="Evaluators\EvaluatorBase.cs" />
    254255    <Compile Include="Evaluators\PackingPlanEvaluationAlgorithm.cs" />
    255     <Compile Include="Evaluators\PackingPlanEvaluator.cs" />
    256256    <Compile Include="Evaluators\PackingRatioEvaluator.cs" />
    257257    <Compile Include="Instances\BPPData.cs" />
     
    260260    <Compile Include="Instances\BPPORLIBDataDescriptor.cs" />
    261261    <Compile Include="Instances\RealBPPData.cs" />
     262    <Compile Include="Interfaces\IEvaluator.cs" />
    262263    <Compile Include="Interfaces\IPackingPosition.cs" />
    263264    <Compile Include="Interfaces\IPackingSequenceMoveOperator.cs" />
     
    276277    <Compile Include="Interfaces\IPackingSolutionDecoder.cs" />
    277278    <Compile Include="Interfaces\IPackingPlanEvaluationAlgorithm.cs" />
    278     <Compile Include="Interfaces\IPackingPlanEvaluator.cs" />
    279279    <Compile Include="Interfaces\IPackingShape.cs" />
    280280    <Compile Include="PackingDimensions.cs" />
Note: See TracChangeset for help on using the changeset viewer.