Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11097 for trunk/sources


Ignore:
Timestamp:
07/06/14 16:03:16 (10 years ago)
Author:
gkronber
Message:

#2131 changed item name of linear assignment problems (looks strange in the new dialog for creatables).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.LinearAssignment/3.3/LinearAssignmentProblem.cs

    r11087 r11097  
    3333
    3434namespace HeuristicLab.Problems.LinearAssignment {
    35   [Item("LinearAssignmentProblem", "In the linear assignment problem (LAP) an assignment of workers to jobs has to be found such that each worker is assigned to exactly one job, each job is assigned to exactly one worker and the sum of the resulting costs is minimal (or maximal).")]
     35  [Item("Linear Assignment Problem", "In the linear assignment problem (LAP) an assignment of workers to jobs has to be found such that each worker is assigned to exactly one job, each job is assigned to exactly one worker and the sum of the resulting costs is minimal (or maximal).")]
    3636  [Creatable("Problems")]
    3737  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.