Haddocks

quickdudley
Feb 9, 2022, 1:38 AM
2WWXQOBT5JS4WJ65EPWP4TY6A7QBEBOGQNEC3CKOQLFM5OYDAH5AC

Dependencies

Change contents

  • edit in src/Math/ParetoFront.hs at line 18
    [3.76]
    [3.76]
    -- | The outcome of comparing two items by possibly multiple contradicting
    -- criteria.
  • replacement in src/Math/ParetoFront.hs at line 21
    [3.94][3.94:108]()
    Dominates |
    [3.94]
    [3.108]
    -- | Where the second item is preferred by all used criteria
  • edit in src/Math/ParetoFront.hs at line 23
    [3.122]
    [3.122]
    -- | Where the items are equal by all used criteria
  • replacement in src/Math/ParetoFront.hs at line 25
    [3.134][3.134:146]()
    StrongTie
    [3.134]
    [3.146]
    -- | Where each item is preferred by at least one criterion
    StrongTie |
    -- | Where the first item is preferred by all used critera
    Dominates
  • edit in src/Math/ParetoFront.hs at line 41
    [3.398]
    [3.198]
    -- | Items which can be compared by possibly multiple criteria contradicting
    -- criteria
  • edit in src/Math/ParetoFront.hs at line 77
    [3.998]
    [3.998]
    -- | A collection of items where no item is preferred by all criteria.
  • edit in src/Math/ParetoFront.hs at line 79
    [3.1042]
    [2.77]
    -- | A series of 'Front's such that each subsequent 'Front' consists of
    -- items for which some item in the previous front is preferable by all
    -- criteria.
  • edit in src/Math/ParetoFront.hs at line 101
    [2.576]
    [3.1094]
    -- | Where two 'Front's are combined, all items are retained except those for
    -- which at least one other item is preferred by all criteria.