Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2077


Ignore:
Timestamp:
06/22/09 12:57:13 (15 years ago)
Author:
dtraxing
Message:

fixed a compiler error and added offspring selection reference. (ticket #580)

Location:
trunk/sources/HeuristicLab.FixedOperators/3.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.FixedOperators/3.2/FixedOSGA.cs

    r2076 r2077  
    127127      Execute(lci, scope);
    128128
    129 
     129      return null;
    130130    } // Apply
    131131  } // FixedOSGAMain
  • trunk/sources/HeuristicLab.FixedOperators/3.2/HeuristicLab.FixedOperators-3.2.csproj

    r1875 r2077  
    100100  </ItemGroup>
    101101  <ItemGroup>
    102     <Compile Include="Copy of FixedOperatorBase.cs" />
    103     <Compile Include="Copy of FixedSGAMain.cs" />
    104102    <Compile Include="FixedOperatorBase.cs" />
     103    <Compile Include="FixedOSGA.cs" />
    105104    <Compile Include="FixedSGAMain.cs" />
    106105    <Compile Include="HeuristicLabFixedOperatorsPlugin.cs" />
     
    183182      <Project>{9EF75B49-D507-44E0-BC5D-C200FDA53B9B}</Project>
    184183      <Name>HeuristicLab.Routing.TSP-3.2</Name>
     184    </ProjectReference>
     185    <ProjectReference Include="..\..\HeuristicLab.Selection.OffspringSelection\3.2\HeuristicLab.Selection.OffspringSelection-3.2.csproj">
     186      <Project>{205898D3-2717-4686-AF17-52409B7EC0C6}</Project>
     187      <Name>HeuristicLab.Selection.OffspringSelection-3.2</Name>
    185188    </ProjectReference>
    186189    <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
Note: See TracChangeset for help on using the changeset viewer.