RobinHankin / permutations

https://robinhankin.github.io/permutations/
5 stars 3 forks source link

is.superflip() #23

Closed RobinHankin closed 1 year ago

RobinHankin commented 4 years ago

it would be nice to implement is.superflip().

RobinHankin commented 1 year ago

Implementing is.superflip() would not really be helpful:

> is.superflip(LG)
LightGreen 
     FALSE 
> is.superflip <- function(x){x==superflip}
> is.superflip(superflip)
White 
 TRUE 
> is.superflip(LG)
LightGreen 
     FALSE 
>