An open API service indexing awesome lists of open source software.

https://github.com/meithecatte/rustc-sat

Makes rustc's exhaustiveness checker solve SAT problems
https://github.com/meithecatte/rustc-sat

Last synced: 6 months ago
JSON representation

Makes rustc's exhaustiveness checker solve SAT problems

Awesome Lists containing this project

README

          

# rustc-sat

This code turns a SAT problem in DIMACS CNF format into Rust code that compiles
iff the SAT problem is unsatisfiable, thus proving that compiling Rust is
NP-hard. See [the blog post](https://niedzejkob.p4.team/rust-np/) for details.