Skip to main content

Module cnf_parser

Module cnf_parser 

Source
Expand description

Parsing functions for DIMACS CNF format.

The DIMACS CNF format is used to represent SAT formulas in CNF. It was first used in the 2nd DIMACS implementation challenge.

Tokenization is performed using CNFToken.

Functionsยง

parse_cnf_from_file
Parse a formula from a DIMACS CNF file.