Show HN: Distributed SAT solver in Elixir

7 points by rsrsrs86 ↗ HN
Hi, I wrote a distributed SAT solver in Elixir to get a feel of the language, perhaps someone out there might find this interesting. I really don't know if this can be a economic approach to SAT solving.

https://github.com/roehst/elisat

2 comments

[ 1.8 ms ] story [ 26.6 ms ] thread
It might be useful to describe the data structure for input. Reading the examples, it's hard to figure out the sematics of the input.

More documentation would be more useful both for production and as an example.

Sorry! Will do that. It's lists of lists of integers.