top | item 19954064

(no title)

gajomi | 6 years ago

Stupid question... Are there equivalent (in the sense of being fast and having nice interfaces) solvers for #SAT problems? A whole pile of inference in machine learning can be framed in this way which makes me curious.

discuss

order

hugomg|6 years ago

In case others aren't familiar with the termiology: #SAT is the counting version of the SAT problem, which tries to find how many different solutions exist to a set of constraints)

rcfox|6 years ago

How similar is that to answer set programming?