Skip to main content

parse_cnf_from_file

Function parse_cnf_from_file 

Source
pub fn parse_cnf_from_file<P>(
    filename: P,
) -> Result<(Formula, usize), ParserError>
where P: AsRef<Path>,
Expand description

Parse a formula from a DIMACS CNF file.