Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/16 15:46:48 (7 years ago)
Author:
abeham
Message:

#2701, #2708: Made a new branch from ProblemRefactoring and removed ScopedBasicAlgorithm branch (which becomes MemPR branch)

Location:
branches/ScopedAlgorithms
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/ScopedAlgorithms/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj

    r13404 r14429  
    126126    <Compile Include="Crossovers\NPointCrossover.cs" />
    127127    <Compile Include="BinaryVector.cs" />
     128    <Compile Include="Interfaces\IBinaryLocalSearch.cs" />
    128129    <Compile Include="Interfaces\IBinaryVectorMultiNeighborhoodShakingOperator.cs" />
    129130    <Compile Include="Interfaces\IBinaryVectorSolutionsOperator.cs" />
     
    139140    <Compile Include="BinaryVectorManipulator.cs" />
    140141    <Compile Include="Interfaces\IBinaryVectorMoveOperator.cs" />
     142    <Compile Include="LocalSearch\ExhaustiveBitflip.cs" />
     143    <Compile Include="Manipulators\MultiBitflipManipulator.cs" />
     144    <Compile Include="Manipulators\SingleBitflipManipulator.cs" />
     145    <Compile Include="Manipulators\BitflipManipulator.cs" />
    141146    <Compile Include="Manipulators\SomePositionsBitflipManipulator.cs" />
    142147    <Compile Include="Manipulators\SinglePositionBitflipManipulator.cs" />
     
    205210      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    206211      <Private>False</Private>
     212    </ProjectReference>
     213    <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
     214      <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>
     215      <Name>HeuristicLab.Random-3.3</Name>
    207216    </ProjectReference>
    208217  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.