Changeset 3368 for trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing
- Timestamp:
- 04/16/10 04:53:58 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj
r3098 r3368 99 99 <Name>HeuristicLab.Collections-3.3</Name> 100 100 </ProjectReference> 101 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 102 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 103 <Name>HeuristicLab.Common-3.2</Name> 104 </ProjectReference> 101 105 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 102 106 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLabAlgorithmsSimulatedAnnealingPlugin.cs.frame
r3093 r3368 30 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Common", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")] 33 34 [PluginDependency("HeuristicLab.Data", "3.3")] -
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/SimulatedAnnealing.cs
r3303 r3368 31 31 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 32 32 using HeuristicLab.PluginInfrastructure; 33 using HeuristicLab.Random; 33 34 34 35 namespace HeuristicLab.Algorithms.SimulatedAnnealing {
Note: See TracChangeset
for help on using the changeset viewer.