Libbum / elm-partition

Partition problem (number partitioning) solvers
https://package.elm-lang.org/packages/Libbum/elm-partition/latest/Partition
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

[WIP] anytime #8

Open Libbum opened 6 years ago

Libbum commented 6 years ago

At the moment this has the CKK tree functioning and a bunch of extra functions exposed for testing. The papers I'm reading diverge a bit on implementation at this point, so it'll take a bit to iron out the rest.

Additionally, I'm not sure of the best way to return results here. Should we be making a Task to find more values once the LDM version is found? How should that be implemented?