Function run_parser

Source
pub fn run_parser(
    parser: &mut Parser,
    formula: &str,
    proof_file: &str,
    clause_ids: &mut HashTable,
)
Expand description

Parse a formula and a proof file using a given hash table.