Changeset 2906 for trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/Swap3ManipulatorTest.cs
- Timestamp:
- 03/01/10 22:08:05 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.Permutation
- Files:
-
- 1 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.Permutation/3.3
- Property svn:ignore
-
old new 1 1 *.user 2 HeuristicLabPermutationPlugin.cs3 2 bin 4 3 obj 4 HeuristicLabEncodingsPermutationPlugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Tests/Swap3ManipulatorTest.cs
r2854 r2906 20 20 #endregion 21 21 22 using HeuristicLab.Permutation;23 22 using Microsoft.VisualStudio.TestTools.UnitTesting; 24 using HeuristicLab.Core;25 23 26 namespace HeuristicLab.Permutation.Tests { 27 28 24 namespace HeuristicLab.Encodings.Permutation.Tests { 29 25 /// <summary> 30 26 ///This is a test class for Swap3Manipulator and is intended
Note: See TracChangeset
for help on using the changeset viewer.