- Timestamp:
- 11/29/16 15:46:48 (8 years ago)
- Location:
- branches/ProblemRefactoring/HeuristicLab.Algorithms.LocalSearch/3.3
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Algorithms.LocalSearch/3.3/HeuristicLab.Algorithms.LocalSearch-3.3.csproj
r11623 r14429 114 114 </ItemGroup> 115 115 <ItemGroup> 116 <Compile Include="BinaryIteratedLocalSearch.cs" /> 117 <Compile Include="IteratedLocalSearch.cs" /> 118 <Compile Include="LocalSearchContext.cs" /> 116 119 <Compile Include="LocalSearchImprovementOperator.cs" /> 117 120 <Compile Include="LocalSearchMainLoop.cs" /> … … 150 153 <Name>HeuristicLab.Data-3.3</Name> 151 154 <Private>False</Private> 155 </ProjectReference> 156 <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj"> 157 <Project>{66D249C3-A01D-42A8-82A2-919BC8EC3D83}</Project> 158 <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name> 152 159 </ProjectReference> 153 160 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
Note: See TracChangeset
for help on using the changeset viewer.