- Timestamp:
- 07/08/16 14:40:02 (9 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Algorithms.ScatterSearch/3.3/Plugin.cs.frame
r12753 r14029 26 26 /// Plugin class for HeuristicLab.Algorithms.ScatterSearch plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Algorithms.ScatterSearch", "3.3.1 2.$WCREV$")]28 [Plugin("HeuristicLab.Algorithms.ScatterSearch", "3.3.13.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Algorithms.ScatterSearch-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] -
branches/crossvalidation-2434/HeuristicLab.Algorithms.ScatterSearch/3.3/Properties/AssemblyInfo.cs.frame
r12753 r14029 53 53 // by using the '*' as shown below: 54 54 [assembly: AssemblyVersion("3.3.0.0")] 55 [assembly: AssemblyFileVersion("3.3.1 2.$WCREV$")]55 [assembly: AssemblyFileVersion("3.3.13.$WCREV$")] -
branches/crossvalidation-2434/HeuristicLab.Algorithms.ScatterSearch/3.3/ScatterSearch.cs
r12772 r14029 38 38 /// A scatter search algorithm. 39 39 /// </summary> 40 [Item("Scatter Search ", "A scatter search algorithm.")]40 [Item("Scatter Search (SS)", "A scatter search algorithm.")] 41 41 [Creatable(CreatableAttribute.Categories.PopulationBasedAlgorithms, Priority = 500)] 42 42 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.