Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/15 14:34:46 (8 years ago)
Author:
abeham
Message:

#2454: added some acronyms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Binary/3.3/HIFFProblem.cs

    r12504 r13173  
    2929
    3030namespace HeuristicLab.Problems.Binary {
    31   [Item("Hierararchical If and only If problem", "Genome evaluated in nested subsets to see if each subset contains either all 0s or all 1s.")]
     31  [Item("Hierararchical If and only If problem (HIFF)", "Genome evaluated in nested subsets to see if each subset contains either all 0s or all 1s.")]
    3232  [StorableClass]
    3333  [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 220)]
Note: See TracChangeset for help on using the changeset viewer.