Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains a reimplementation of the Lean Mathlib tauto tactic, i.e. a tactic to prove tautologies in propositional logic.

This project is just a learning exercise -- the implementation is 200 lines long and completely naive, and one should expect it to be dramatically slower than an implementation of a standard SAT algorithm like DPLL. Check out duper, by Josh Clune, if you are looking for something performant.

About

Naive reimplementation of the Lean "tauto" tactic

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages