localuf.decoders.snowflake.constants

Constants for Snowflake decoder.

Module Attributes

RESET

cid value for nodes to be unrooted.

Classes

Stage(*values)

Constants for stage values.

localuf.decoders.snowflake.constants.RESET = -1

cid value for nodes to be unrooted.

class localuf.decoders.snowflake.constants.Stage(*values)[source]

Bases: IntEnum

Constants for stage values.

INCREMENT = 1
STAGE_COUNT = 5

Stage count.

DROP = 0
GROW_WHOLE = 1
MERGING_WHOLE = 2
GROW_HALF = 3
MERGING_HALF = 4