Changeset 4697 for branches/CloningRefactoring/HeuristicLab.Operators
- Timestamp:
- 10/31/10 12:39:06 (14 years ago)
- Location:
- branches/CloningRefactoring/HeuristicLab.Operators/3.3
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CloningRefactoring/HeuristicLab.Operators/3.3/Assigner.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Parameters; 24 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 using HeuristicLab.Common;26 26 27 27 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/CheckedMultiOperator.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 24 using HeuristicLab.Common;25 25 26 26 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/Comparator.cs
r4662 r4697 21 21 22 22 using System; 23 using HeuristicLab.Common; 23 24 using HeuristicLab.Core; 24 25 using HeuristicLab.Data; 25 26 using HeuristicLab.Parameters; 26 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 using HeuristicLab.Common;28 28 29 29 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/ConditionalBranch.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Data; 24 25 using HeuristicLab.Parameters; 25 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HeuristicLab.Common;27 27 28 28 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/DoubleCounter.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Data; 24 25 using HeuristicLab.Parameters; 25 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HeuristicLab.Common;27 27 28 28 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/EmptyOperator.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 24 using HeuristicLab.Common;25 25 26 26 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/IntCounter.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Data; 24 25 using HeuristicLab.Parameters; 25 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HeuristicLab.Common;27 27 28 28 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/Placeholder.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Parameters; 24 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 using HeuristicLab.Common;26 26 27 27 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/ScopeCleaner.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Parameters; 24 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 using HeuristicLab.Common;26 26 27 27 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/SingleSuccessorOperator.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Parameters; 24 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 using HeuristicLab.Common;26 26 27 27 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/StochasticBranch.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Data; 24 25 using HeuristicLab.Parameters; 25 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HeuristicLab.Common;27 27 28 28 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/StochasticMultiBranch.cs
r4662 r4697 24 24 using System.Linq; 25 25 using HeuristicLab.Collections; 26 using HeuristicLab.Common; 26 27 using HeuristicLab.Core; 27 28 using HeuristicLab.Data; 28 29 using HeuristicLab.Parameters; 29 30 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 30 using HeuristicLab.Common;31 31 32 32 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/SubScopesCreator.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Data; 24 25 using HeuristicLab.Parameters; 25 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HeuristicLab.Common;27 27 28 28 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/SubScopesMixer.cs
r4662 r4697 21 21 22 22 using System; 23 using HeuristicLab.Common; 23 24 using HeuristicLab.Core; 24 25 using HeuristicLab.Data; 25 26 using HeuristicLab.Parameters; 26 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 using HeuristicLab.Common;28 28 29 29 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/SubScopesProcessor.cs
r4662 r4697 23 23 using System.Collections.Generic; 24 24 using System.Linq; 25 using HeuristicLab.Common; 25 26 using HeuristicLab.Core; 26 27 using HeuristicLab.Data; 27 28 using HeuristicLab.Parameters; 28 29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 29 using HeuristicLab.Common;30 30 31 31 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/SubScopesRemover.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Data; 24 25 using HeuristicLab.Parameters; 25 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HeuristicLab.Common;27 27 28 28 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/SubScopesSorter.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Data; 24 25 using HeuristicLab.Parameters; 25 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 using HeuristicLab.Common;27 27 28 28 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/UniformSubScopesProcessor.cs
r4662 r4697 22 22 using System.Collections.Generic; 23 23 using System.Linq; 24 using HeuristicLab.Common; 24 25 using HeuristicLab.Core; 25 26 using HeuristicLab.Data; 26 27 using HeuristicLab.Parameters; 27 28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 28 using HeuristicLab.Common;29 29 30 30 namespace HeuristicLab.Operators { -
branches/CloningRefactoring/HeuristicLab.Operators/3.3/VariableCreator.cs
r4662 r4697 20 20 #endregion 21 21 22 using HeuristicLab.Common; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Parameters; 24 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 25 using HeuristicLab.Common;26 26 27 27 namespace HeuristicLab.Operators {
Note: See TracChangeset
for help on using the changeset viewer.