isTopicInASolutionOfCardinality

fun isTopicInASolutionOfCardinality(topicLabel: String, cardinality: Double): Boolean

O(1) presence lookup using the cached representative mask per K (decoded on demand).

Return

true if the topic is present in the cached representative for K.

Parameters

topicLabel

Topic label to check for.

cardinality

K as a double.