Changeset 4633 for trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing
- Timestamp:
- 10/21/10 10:26:29 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj
r4065 r4633 164 164 <Name>HeuristicLab.Random-3.3</Name> 165 165 </ProjectReference> 166 <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">167 <Project>{2C36CD4F-E5F5-43A4-801A-201EA895FE17}</Project>168 <Name>HeuristicLab.Selection-3.3</Name>169 </ProjectReference>170 166 </ItemGroup> 171 167 <ItemGroup> -
trunk/sources/HeuristicLab.Algorithms.SimulatedAnnealing/3.3/HeuristicLabAlgorithmsSimulatedAnnealingPlugin.cs.frame
r4497 r4633 39 39 [PluginDependency("HeuristicLab.Persistence", "3.3")] 40 40 [PluginDependency("HeuristicLab.Random", "3.3")] 41 [PluginDependency("HeuristicLab.Selection", "3.3")]42 41 public class HeuristicLabAlgorithmsSimulatedAnnealingPlugin : PluginBase { 43 42 }
Note: See TracChangeset
for help on using the changeset viewer.