getVariableValueString

fun getVariableValueString(variableIndex: Int): String

Returns the string form of the variable bits without separators (e.g., "101001…"). Cached and rebuilt only when mutated.

Parameters

variableIndex

index of the variable (always 0 for this problem)