Changeset 10025 for branches/HeuristicLab.Analysis.AlgorithmBehavior
- Timestamp:
- 10/04/13 15:21:31 (11 years ago)
- Location:
- branches/HeuristicLab.Analysis.AlgorithmBehavior
- Files:
-
- 5 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching.Views/3.3/HeuristicLab.Analysis.SolutionCaching.Views-3.3.csproj
r10024 r10025 130 130 </ItemGroup> 131 131 <ItemGroup> 132 <Compile Include="PermutationSolutionCacheView.cs"> 133 <SubType>UserControl</SubType> 134 </Compile> 132 135 <Compile Include="RealVectorSolutionCacheView.cs"> 133 136 <SubType>UserControl</SubType> -
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching/3.3/HeuristicLab.Analysis.SolutionCaching-3.3.csproj
r10023 r10025 123 123 </ItemGroup> 124 124 <ItemGroup> 125 <Compile Include="PermutationEncoding\PermutationSolutionCache.cs" /> 126 <Compile Include="PermutationEncoding\PermutationSolutionCachingAnalyzer.cs" /> 127 <Compile Include="PermutationEncoding\PermutationSolutionInformation.cs" /> 125 128 <Compile Include="Plugin.cs" /> 126 129 <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset
for help on using the changeset viewer.