Changeset 7833 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms
- Timestamp:
- 05/16/12 00:49:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment.Algorithms/3.3/GRASPWithPathRelinking.cs
r7478 r7833 41 41 [Creatable("Algorithms")] 42 42 [StorableClass] 43 public sealed class GRASPWithPathRelinking : HeuristicOptimizationEngineAlgorithm { 43 public sealed class GRASPWithPathRelinking : HeuristicOptimizationEngineAlgorithm, IStorableContent { 44 public string Filename { get; set; } 45 44 46 #region Problem Properties 45 47 public override Type ProblemType {
Note: See TracChangeset
for help on using the changeset viewer.