- Timestamp:
- 11/24/15 17:44:41 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Problems.LinearAssignment/3.3/LinearAssignmentProblem.cs
r13173 r13377 36 36 [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 130)] 37 37 [StorableClass] 38 public sealed class LinearAssignmentProblem : SingleObjectiveHeuristicOptimizationProblem<ILAPEvaluator, IPermutationCreator>, IStorableContent { 38 public sealed class LinearAssignmentProblem : SingleObjectiveHeuristicOptimizationProblem<ILAPEvaluator, IPermutationCreator>, 39 ISingleObjectiveProblem<PermutationEncoding,Permutation>, IStorableContent { 39 40 public static readonly string CostsDescription = "The cost matrix that describes the assignment of rows to columns."; 40 41 public static readonly string RowNamesDescription = "The elements represented by the rows of the costs matrix.";
Note: See TracChangeset
for help on using the changeset viewer.