Crate veripb_parser

Crate veripb_parser 

Source
Expand description

Crate for parsing strings and/or files to VeriPB data structures.

For example use of the parsing functions, have a look at examples. These can be called using

cargo run -r --example <example_name>

Modulesยง

assignment_parser
assignment_token
cnf_parser
cnf_token
error
opb_parser
Parser for the OPB format as specified by the PB competition 2024.
opb_token
parser
Helper functions for parser that can be reused for new parsers.
substitution_parser
substitution_token
wcnf_parser
wcnf_token