Changeset 7813 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/SolutionCreators
- Timestamp:
- 05/14/12 17:22:56 (13 years ago)
- Location:
- branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/SolutionCreators
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/SolutionCreators/GreedyRandomizedSolutionCreator.cs
r7807 r7813 30 30 using HeuristicLab.Parameters; 31 31 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 32 using HeuristicLab. Problems.GeneralizedQuadraticAssignment.Common;32 using HeuristicLab.Random; 33 33 34 34 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment { -
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/SolutionCreators/RandomButFeasibleSolutionCreator.cs
r7807 r7813 30 30 using HeuristicLab.Parameters; 31 31 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 32 using HeuristicLab. Problems.GeneralizedQuadraticAssignment.Common;32 using HeuristicLab.Random; 33 33 34 34 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment { -
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/SolutionCreators/SlackMinimizationSolutionCreator.cs
r7807 r7813 30 30 using HeuristicLab.Parameters; 31 31 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 32 using HeuristicLab. Problems.GeneralizedQuadraticAssignment.Common;32 using HeuristicLab.Random; 33 33 34 34 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment {
Note: See TracChangeset
for help on using the changeset viewer.