Chaff algorithm
Appearance
Chaff is an algorithm for solving instances of the boolean satisfiability problem. It was designed by researchers at Princeton university.
Implementations
Some available implementations of the algorithm in software are mChaff and zChaff, the latter one being the most widely known and used.