Module opb_parser

Module opb_parser 

Source
Expand description

Parser for the OPB format as specified by the PB competition 2024.

Functionsยง

parse_opb_from_file
Parse an OPB file into Database of constraints and store the names of the variables in a VarNameManager.
parse_opb_from_file_given_var_manager
Parse an OPB file into Database of constraints and store the names of the variables in a VarNameManager.
parse_opb_objective
Parse an objective specified in OPB format.
parse_single_constraint
Parse a single OPB constraint.