Closed cyphersnake closed 3 months ago
Motivation Part of #267
Overview Unfortunately, it was not possible to reuse parts of the code from protogalaxy::poly, so there is a slight DRY violation, however, the code there is optimized for simultaneous eval, whereas here it is a much simpler case.
protogalaxy::poly
protogalaxy::is_sat_{acc, perm}
Splitted into #337 #338 #339
Motivation Part of #267
Overview Unfortunately, it was not possible to reuse parts of the code from
protogalaxy::poly
, so there is a slight DRY violation, however, the code there is optimized for simultaneous eval, whereas here it is a much simpler case.protogalaxy::is_sat_{acc, perm}