Skip to content

v2.2.0 - Recursive Solution Selection Logic

Compare
Choose a tag to compare
@guacamoleo guacamoleo released this 13 Mar 16:46
· 4984 commits to develop since this release

Rather than choosing solutions based on size=M*N, the recursive solution selection logic (SSL) now chooses solutions based on M, N and K, by recursively partitioning the dimensions.