Free cookie consent management tool by TermsFeed Policy Generator

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

#1966: renamed *EvaluationAlgorithm to *DecodingEvaluator

File:
1 edited

Legend:

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

    r14053 r14054  
    252252    <Compile Include="Encodings\PackingSolutionManipulator.cs" />
    253253    <Compile Include="Evaluators\BinUtilizationEvaluator.cs" />
     254    <Compile Include="Evaluators\DecodingEvaluator.cs" />
    254255    <Compile Include="Evaluators\EvaluatorBase.cs" />
    255     <Compile Include="Evaluators\PackingPlanEvaluationAlgorithm.cs" />
    256256    <Compile Include="Evaluators\PackingRatioEvaluator.cs" />
     257    <Compile Include="Interfaces\IDecodingEvaluator.cs" />
    257258    <Compile Include="Interfaces\IEvaluator.cs" />
    258259    <Compile Include="Interfaces\IPackingPosition.cs" />
     
    271272    <Compile Include="Interfaces\IPackingSolutionCreator.cs" />
    272273    <Compile Include="Interfaces\IPackingSolutionDecoder.cs" />
    273     <Compile Include="Interfaces\IPackingPlanEvaluationAlgorithm.cs" />
    274274    <Compile Include="Interfaces\IPackingShape.cs" />
    275275    <Compile Include="PackingDimensions.cs" />
Note: See TracChangeset for help on using the changeset viewer.