/encoding-supersets

Solving an encoding problem for bit group optimizations

Primary LanguageRust

Encoding Supersets

Essentially a script I wrote to try and iteratively find solutions to a problem which attemts to use analyze the relation between pairs of numbers in some range, and the outputs of operating on these pairs with different functions. The general idea is explore how this can be used to optimize encodings, originally inspired by the constraints of encoded storage development in Minecraft.