Changeset 2077
- Timestamp:
- 06/22/09 12:57:13 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.FixedOperators/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.FixedOperators/3.2/FixedOSGA.cs
r2076 r2077 127 127 Execute(lci, scope); 128 128 129 129 return null; 130 130 } // Apply 131 131 } // FixedOSGAMain -
trunk/sources/HeuristicLab.FixedOperators/3.2/HeuristicLab.FixedOperators-3.2.csproj
r1875 r2077 100 100 </ItemGroup> 101 101 <ItemGroup> 102 <Compile Include="Copy of FixedOperatorBase.cs" />103 <Compile Include="Copy of FixedSGAMain.cs" />104 102 <Compile Include="FixedOperatorBase.cs" /> 103 <Compile Include="FixedOSGA.cs" /> 105 104 <Compile Include="FixedSGAMain.cs" /> 106 105 <Compile Include="HeuristicLabFixedOperatorsPlugin.cs" /> … … 183 182 <Project>{9EF75B49-D507-44E0-BC5D-C200FDA53B9B}</Project> 184 183 <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> 185 188 </ProjectReference> 186 189 <ProjectReference Include="..\..\HeuristicLab.Selection\3.2\HeuristicLab.Selection-3.2.csproj">
Note: See TracChangeset
for help on using the changeset viewer.