Skip to content

Makes rustc's exhaustiveness checker solve SAT problems

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

meithecatte/rustc-sat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 for details.

About

Makes rustc's exhaustiveness checker solve SAT problems

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages