cnf_io, a Fortran77 code which reads or writes a file in the DIMACS CNF format, containing information about a boolean formula written in conjunctive normal form.
Boolean expressions, written in conjunctive normal form, may be used as test cases for the satisfiability problem. That problem seeks to determine all possible combinations of variable values that result in the formula being evaluated as TRUE.
The routines in CNF_IO() make it possible to transfer information between a CNF file and a computer program.
The information on this web page is distributed under the MIT license.
cnf_io is available in a C++ version and a Fortran77 version and a Fortran90 version.
cnf, a data directory which describes the DIMACS CNF file format for specifying instances of the satisfiability problem for boolean formulas in conjunctive normal form.
SATISFY, a Fortran77 program which demonstrates, for a particular circuit, an exhaustive search for solutions of the circuit satisfiability problem.