Free cookie consent management tool by TermsFeed Policy Generator

Changeset 84


Ignore:
Timestamp:
03/20/08 16:18:24 (16 years ago)
Author:
abeham
Message:

fixed ticket #73

  • removed code duplicating operators in Permutation
  • added general VariableStrengthRepeatingManipulator
Location:
trunk/sources
Files:
1 added
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/HeuristicLab.Data.csproj

    r82 r84  
    220220    <EmbeddedResource Include="ConstrainedItemListView.resx">
    221221      <DependentUpon>ConstrainedItemListView.cs</DependentUpon>
     222      <SubType>Designer</SubType>
    222223    </EmbeddedResource>
    223224    <EmbeddedResource Include="DoubleDataView.resx">
  • trunk/sources/HeuristicLab.ES/HeuristicLab.ES.csproj

    r71 r84  
    5959      <DependentUpon>ESEditor.cs</DependentUpon>
    6060    </Compile>
     61    <Compile Include="VariableStrengthRepeatingManipulator.cs" />
    6162  </ItemGroup>
    6263  <ItemGroup>
  • trunk/sources/HeuristicLab.Permutation/HeuristicLab.Permutation.csproj

    r83 r84  
    8181    <Compile Include="TranslocationInversionManipulator.cs" />
    8282    <Compile Include="TranslocationManipulator.cs" />
    83     <Compile Include="VariableStrengthInversionManipulator.cs" />
    84     <Compile Include="VariableStrengthPermutationManipulatorBase.cs" />
    85     <Compile Include="VariableStrengthSwap2Manipulator.cs" />
    8683  </ItemGroup>
    8784  <ItemGroup>
     
    106103      <Name>HeuristicLab.PluginInfrastructure</Name>
    107104    </ProjectReference>
     105    <ProjectReference Include="..\HeuristicLab.Random\HeuristicLab.Random.csproj">
     106      <Project>{47019A74-F7F7-482E-83AA-D3F4F777E879}</Project>
     107      <Name>HeuristicLab.Random</Name>
     108    </ProjectReference>
    108109  </ItemGroup>
    109110  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.