Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Chaff algorithm
Programming algorithm

Chaff is an algorithm for solving instances of the Boolean satisfiability problem in programming. It was designed by researchers at Princeton University. The algorithm is an instance of the DPLL algorithm with a number of enhancements for efficient implementation.

We don't have any images related to Chaff algorithm yet.
We don't have any YouTube videos related to Chaff algorithm yet.
We don't have any PDF documents related to Chaff algorithm yet.
We don't have any Books related to Chaff algorithm yet.
We don't have any archived web articles related to Chaff algorithm yet.

Implementations

Some available implementations of the algorithm in software are mChaff and zChaff, the latter one being the most widely known and used. zChaff was originally written by Dr. Lintao Zhang, now[clarify] at Microsoft Research, hence the “z”. It is now maintained by researchers at Princeton University and available for download as both source code and binaries on Linux. zChaff is free for non-commercial use.