Ask HN: Beginner pointers on SAT solvers?
4 points| fabriceleal | 11 years ago
Also if anyone knows about how can they be applied in a compiler (typesystem, optimization, …), feedback is also welcomed.
4 points| fabriceleal | 11 years ago
Also if anyone knows about how can they be applied in a compiler (typesystem, optimization, …), feedback is also welcomed.
JoachimSchipper|11 years ago
As to compilers: one interesting idea is the "superoptimizer". In its basic form, try all byte sequences and use a solver to filter out the ones that do what you want when executed; then pick the fastest. Regehr has an interesting blog post on this topic.
fabriceleal|11 years ago