Y
Hacker News
new
|
ask
|
show
|
jobs
by
riku_iki
555 days ago
> Add to this that propositional logic (the language in which we express SAT) is a versatile language to code problems in
is it though? You can't express some basic loop in propositional logic, right?
1 comments
viraptor
555 days ago
Loops are part of a coded solution, not the problem. With SAT you encode the problem / solution space itself.
link