Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KarnaughMapDataProps<T>

Type parameters

  • T

Hierarchy

Index

Properties

Optional combinationMaxScale

combinationMaxScale?: number

maximum combination scale value

default

derived from the combinations

Optional combinations

the set combinations to visualize or the generation options to generate the distinct set combinations by default all set distinct intersections are computed

Optional numericScale

numericScale?: NumericScaleFactory | "linear" | "log"

numeric scale to use, either constants 'linear' or 'log' or a custom factory function

default

linear

sets

sets: ISets<T>

the sets to visualize

Methods

Optional toElemKey

  • toElemKey(elem: T): string

Optional toKey