Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/29/10 18:49:55 (14 years ago)
Author:
abeham
Message:

Renamed operators according to the underlying operation #889

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r3226 r3232  
    115115    <Compile Include="Interfaces\ISolutionCreator.cs" />
    116116    <Compile Include="Interfaces\IStochasticOperator.cs" />
    117     <Compile Include="Interfaces\ITabuMoveEvaluator.cs" />
    118     <Compile Include="Interfaces\ITabuMoveMaker.cs" />
     117    <Compile Include="Interfaces\ITabuChecker.cs" />
     118    <Compile Include="Interfaces\ITabuMaker.cs" />
    119119    <Compile Include="Result.cs" />
    120     <Compile Include="TabuMoveMaker.cs" />
     120    <Compile Include="TabuMaker.cs" />
    121121    <Compile Include="UserDefinedAlgorithm.cs" />
    122122    <Compile Include="EngineAlgorithm.cs" />
Note: See TracChangeset for help on using the changeset viewer.